diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-30 18:22:07 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-30 18:22:07 -0400 |
commit | 2306646c79ba79614957d464238b3006ae164924 (patch) | |
tree | dbec1019109f6d3a1fa4d169463bdfb6604ed80d /examples | |
parent | 776b78ffa8463c6dbe5e703521040106fadbafe9 (diff) | |
download | librambutan-2306646c79ba79614957d464238b3006ae164924.tar.gz librambutan-2306646c79ba79614957d464238b3006ae164924.zip |
test-fsmc.cpp: Tweak output.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/test-fsmc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test-fsmc.cpp b/examples/test-fsmc.cpp index 3aa6c6d..921ecff 100644 --- a/examples/test-fsmc.cpp +++ b/examples/test-fsmc.cpp @@ -26,6 +26,7 @@ void setup() { test_all_addresses(); Serial1.println("Tests pass, finished."); + Serial1.println("***\n"); } void loop() { |