Skip to content

Commit 2807f32

Browse files
author
JChristensen
committed
Fix hyperlink typo in SetSerial example.
1 parent 727c39d commit 2807f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SetSerial/SetSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* San Francisco, California, 94105, USA. *
3535
*----------------------------------------------------------------------*/
3636

37-
#include <MCP79412RTC.h> //http://github.com/JChristensen/MPC79412RTC
37+
#include <MCP79412RTC.h> //http://github.com/JChristensen/MCP79412RTC
3838
#include <Streaming.h> //http://arduiniana.org/libraries/streaming/
3939
#include <Time.h> //http://playground.arduino.cc/Code/Time
4040
#include <Wire.h> //http://arduino.cc/en/Reference/Wire

0 commit comments

Comments
 (0)