Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nRF51822
Diff: Source/hw.h
- Revision:
- 30:76b51e525c40
- Parent:
- 26:a577c4b69fe0
- Child:
- 35:e8fa201fe147
diff -r 4b347695b9f7 -r 76b51e525c40 Source/hw.h --- a/Source/hw.h Tue Jul 16 18:27:16 2019 +0000 +++ b/Source/hw.h Fri Jul 26 18:28:56 2019 +0000 @@ -43,7 +43,7 @@ int adc_read(int chan, int num_readings); int read_battery_voltage(void); -//void set_rtc(uint32_t s); +void set_rtc(uint32_t s); void update_rtc(uint32_t s); uint32_t read_clock(void);