Skip to content

Commit 030b59c

Browse files
committed
pcf85063a: Set PICO_INCLUDE_RTC_DATETIME for MicroPython.
1 parent 74b995f commit 030b59c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micropython/modules/pcf85063a/micropython.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target_include_directories(usermod_${MOD_NAME} INTERFACE
1414

1515
target_compile_definitions(usermod_${MOD_NAME} INTERFACE
1616
-DMODULE_${MOD_NAME_UPPER}_ENABLED=1
17+
-DPICO_INCLUDE_RTC_DATETIME=1
1718
)
1819

1920
target_link_libraries(usermod INTERFACE usermod_${MOD_NAME})

0 commit comments

Comments
 (0)