summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc/rtc_rx5x348ab.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/rtc/rtc_rx5x348ab.c')
-rw-r--r--firmware/drivers/rtc/rtc_rx5x348ab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/rtc/rtc_rx5x348ab.c b/firmware/drivers/rtc/rtc_rx5x348ab.c
index 3db30d2a38..4899d99567 100644
--- a/firmware/drivers/rtc/rtc_rx5x348ab.c
+++ b/firmware/drivers/rtc/rtc_rx5x348ab.c
@@ -32,4 +32,4 @@ int rtc_read_datetime(unsigned char* buf)
32 spi_block_transfer(SPI_target_RX5X348AB, 32 spi_block_transfer(SPI_target_RX5X348AB,
33 &command, 1, buf, 7); 33 &command, 1, buf, 7);
34 return 1; 34 return 1;
35} \ No newline at end of file 35}