code cleanup
This commit is contained in:
parent
a7072fcdf7
commit
433bfefa7d
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include "pico/sleep.h"
|
#include "pico/sleep.h"
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
// #include "stdlib.h"
|
|
||||||
#include "hardware/clocks.h"
|
#include "hardware/clocks.h"
|
||||||
#include "hardware/rosc.h"
|
#include "hardware/rosc.h"
|
||||||
#include "hardware/structs/scb.h"
|
#include "hardware/structs/scb.h"
|
||||||
|
|
|
@ -33,6 +33,6 @@ void recover_from_sleep(uint scb_orig, uint clock0_orig, uint clock1_orig);
|
||||||
|
|
||||||
void perform_sleep(datetime_t &untilDt);
|
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);
|
void add_one_hour(datetime_t &dt);
|
Loading…
Reference in a new issue