Documentation edits. · jrbenito/MCP79412RTC@fb81547 · GitHub
Skip to content

Commit fb81547

Browse files
author
JChristensen
committed
Documentation edits.
1 parent 44706fb commit fb81547

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion

MCP79412RTC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ MCP79412RTC::MCP79412RTC()
3737
* Read the current time from the RTC and return it as a time_t value. *
3838
* Returns a zero value if RTC not present (I2C I/O error). *
3939
*----------------------------------------------------------------------*/
40-
time_t MCP79412RTC::get()
40+
time_t MCP79412RTC::get(void)
4141
{
4242
tmElements_t tm;
4343

ReadMe.md

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)