Explorar el Código

datetime fixes

MX hace 1 año
padre
commit
9d155d53a6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      bpm.c

+ 2 - 2
bpm.c

@@ -84,9 +84,9 @@ static float queue_avg(queue* q) {
 
 // TOO SLOW!
 //uint64_t dolphin_state_timestamp() {
-//    FuriHalRtcDateTime datetime;
+//    DateTime datetime;
 //    furi_hal_rtc_get_datetime(&datetime);
-//    return furi_hal_rtc_datetime_to_timestamp(&datetime);
+//    return datetime_datetime_to_timestamp(&datetime);
 //}
 //
 typedef struct {