Skip to content

Commit b848288

Browse files
authored
Remove unnecessary Serial.begin()
Removes an unnecessary Serial.begin() that was left behind from debugging.
1 parent 5f856c8 commit b848288

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/RTC/examples/RTC_PeriodicExample/RTC_PeriodicExample.ino

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ void periodicCallback()
2525

2626
void setup() {
2727
pinMode(LED_BUILTIN, OUTPUT);
28-
29-
Serial.begin(9600);
30-
while (!Serial) ;
3128

3229
// Initialize the RTC
3330
RTC.begin();

0 commit comments

Comments
 (0)