Skip to content

Commit 94063ea

Browse files
author
Amanda Butler
authored
Fix capitalization in main.cpp
Standardize capitalization.
1 parent 597bf34 commit 94063ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IdleLoop/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include "mbed.h"
22
#include "rtos_idle.h"
33

4-
// led for main thread
4+
// LED for main thread
55
DigitalOut led2(LED2);
6-
// led for idle thread
6+
// LED for idle thread
77
DigitalOut led1(LED1);
88
LowPowerTicker watchdogTicker;
99
Thread watchdogThread;

0 commit comments

Comments
 (0)