remove_chrono #3

Merged
martin merged 2 commits from remove_chrono into main 2023-01-11 12:45:53 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 433bfefa7d - Show all commits

View file

@ -6,7 +6,6 @@
#include "pico/sleep.h"
#include "pico/stdlib.h"
// #include "stdlib.h"
#include "hardware/clocks.h"
#include "hardware/rosc.h"
#include "hardware/structs/scb.h"

View file

@ -33,6 +33,6 @@ void recover_from_sleep(uint scb_orig, uint clock0_orig, uint clock1_orig);
void perform_sleep(datetime_t &untilDt);
//void add_one_day(datetime_t &dt);
void add_one_day(datetime_t &dt);
void add_one_hour(datetime_t &dt);