Skip to content

Commit

Permalink
Update demos/WB32/RT-WB32F3G71-RTC/main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
itarze committed Aug 5, 2024
1 parent 1578158 commit d8ea1c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demos/WB32/RT-WB32F3G71-RTC/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ int main(void) {
while (true){
chThdSleepSeconds(2);
rtcGetTime(&RTCD1, &timespec);
// chprintf((BaseSequentialStream *)&SERIAL_DEBUG_DRIVER,
// "lsi sleep %ds year = %d month = %d dstflag=%d dayofweek = %d day = %d millisecond = %d\r\n",
// RTC_ALARMPERIOD, timespec.year, timespec.month, timespec.dstflag, timespec.dayofweek, timespec.day, timespec.millisecond);
chThdSleepSeconds(3);

chSysDisable();
Expand Down

0 comments on commit d8ea1c1

Please sign in to comment.