Skip to content

Commit d273fe4

Browse files
committed
Merge pull request stm32duino#177 from fprwi6labs/add_rtc_driver into quakesense branch
- Add RTC driver for STM32 boards - Fix some conflicts in cores/arduino/board.h
2 parents 22c8dc5 + 9c2cd67 commit d273fe4

File tree

19 files changed

+690
-16
lines changed

19 files changed

+690
-16
lines changed

cores/arduino/board.h

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extern "C"{
1515
#include "hal_uart_emul.h"
1616
#include "hw_config.h"
1717
#include "LowPower.h"
18+
#include "rtc.h"
1819
#include "spi_com.h"
1920
#include "stm32_eeprom.h"
2021
#include "timer.h"

0 commit comments

Comments
 (0)