Added cmake file for picoexplorer mpy wrapper

This commit is contained in:
ZodiusInfuser 2021-01-21 00:59:25 +00:00
parent b2f13f103c
commit 5afc67f53d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ target_include_directories(usermod_pico_explorer INTERFACE
)
target_compile_definitions(usermod_pico_explorer INTERFACE
-DMODULE_PICODISPLAY_ENABLED=1
-DMODULE_PICOEXPLORER_ENABLED=1
)
target_link_libraries(usermod INTERFACE usermod_pico_explorer)