Skip to content

Commit 8f09a19

Browse files
authored
Remove unnecessary Serial.begin()
Removes an unnecessary Serial.begin() that was left behind from debugging. Former-commit-id: b848288
1 parent 71f6e4b commit 8f09a19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/RTC/examples/RTC_PeriodicExample/RTC_PeriodicExample.ino

Lines changed: 0 additions & 3 deletions
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)