We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b995f commit 030b59cCopy full SHA for 030b59c
micropython/modules/pcf85063a/micropython.cmake
@@ -14,6 +14,7 @@ target_include_directories(usermod_${MOD_NAME} INTERFACE
14
15
target_compile_definitions(usermod_${MOD_NAME} INTERFACE
16
-DMODULE_${MOD_NAME_UPPER}_ENABLED=1
17
+ -DPICO_INCLUDE_RTC_DATETIME=1
18
)
19
20
target_link_libraries(usermod INTERFACE usermod_${MOD_NAME})
0 commit comments