aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-26 14:48:25 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-26 14:48:25 -0400
commitdff7e9df1f792693066e1637050d4c27582a4937 (patch)
treee0484fc5958713967b71598ba5cc1c8ffeef337c /examples
parent9fedecbc9a2621686cedb6c1259d50d5ed1bddc1 (diff)
downloadlibrambutan-dff7e9df1f792693066e1637050d4c27582a4937.tar.gz
librambutan-dff7e9df1f792693066e1637050d4c27582a4937.zip
test-fsmc.cpp: Fixup; wait for user input before running test.
Diffstat (limited to 'examples')
-rw-r--r--examples/test-fsmc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/test-fsmc.cpp b/examples/test-fsmc.cpp
index 7cb1764..22f6975 100644
--- a/examples/test-fsmc.cpp
+++ b/examples/test-fsmc.cpp
@@ -19,6 +19,7 @@ void setup() {
pinMode(BOARD_LED_PIN, OUTPUT);
digitalWrite(BOARD_LED_PIN, HIGH);
+ SerialUSB.read();
SerialUSB.println("*** Beginning RAM chip test");
test_single_write();