Skip to content

Commit a30dd25

Browse files
authored
Merge pull request stm32duino#235 from fpistm/pr177-review
Add RTC driver
2 parents 3765d3b + 256d054 commit a30dd25

File tree

20 files changed

+861
-17
lines changed

20 files changed

+861
-17
lines changed

cores/arduino/board.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ extern "C"{
1414
#include "digital_io.h"
1515
#include "hal_uart_emul.h"
1616
#include "hw_config.h"
17+
#include "rtc.h"
1718
#include "spi_com.h"
1819
#include "stm32_eeprom.h"
1920
#include "timer.h"

0 commit comments

Comments
 (0)