Skip to content

Commit

Permalink
test-fsmc.cpp: Fixup; wait for user input before running test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti Bolivar committed Sep 26, 2011
1 parent 2ca5a89 commit 46782d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/test-fsmc.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ void setup() {
pinMode(BOARD_LED_PIN, OUTPUT); pinMode(BOARD_LED_PIN, OUTPUT);
digitalWrite(BOARD_LED_PIN, HIGH); digitalWrite(BOARD_LED_PIN, HIGH);


SerialUSB.read();
SerialUSB.println("*** Beginning RAM chip test"); SerialUSB.println("*** Beginning RAM chip test");


test_single_write(); test_single_write();
Expand Down

0 comments on commit 46782d3

Please sign in to comment.