Charles Tritt / Mbed OS 21_FuncEx_v5

Files at this revision

API Documentation at this revision

Comitter:
CSTritt
Date:
Mon Oct 11 12:24:03 2021 +0000
Parent:
111:956b1c606b66
Commit message:
Minor comment edits.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 11 12:15:03 2021 +0000
+++ b/main.cpp	Mon Oct 11 12:24:03 2021 +0000
@@ -18,7 +18,7 @@
 
 Serial pc(USBTX, USBRX, 9600); // Create Serial object.
 
-const char ESC=27; // ESC character for ANSI escape sequences.
+const char ESC = 27; // ESC character for ANSI escape sequences.
 const int DELAY = 2000; // Loop delay in mS.
 
 int main() {