projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make SPI and USART peripheral dispatch driver headers in preparation for a set of...
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
Lib
/
DS1307.c
diff --git
a/Projects/TemperatureDataLogger/Lib/DS1307.c
b/Projects/TemperatureDataLogger/Lib/DS1307.c
index
37817e9
..
64e03df
100644
(file)
--- a/
Projects/TemperatureDataLogger/Lib/DS1307.c
+++ b/
Projects/TemperatureDataLogger/Lib/DS1307.c
@@
-7,11
+7,6
@@
\r
#include "DS1307.h"
\r
\r
-void DS1307_Init(void)
\r
-{
\r
- // Nothing to initialize
\r
-}
\r
-
\r
void DS1307_SetDate(uint8_t Day, uint8_t Month, uint8_t Year)
\r
{
\r
#if defined(DUMMY_RTC)
\r