Skip to content

Commit 065cc71

Browse files
author
dave
committed
Tests moved to IoAbstractions SimpleTest
1 parent 4723766 commit 065cc71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
#include <Arduino.h>
2+
#include <IoAbstraction.h>
33
#include <testing/SimpleTest.h>
4-
#include <Wire.h>
54

65
using namespace SimpleTest;
76

7+
IOLOG_MBED_PORT_IF_NEEDED(USBTX, USBRX)
8+
89
void setup() {
9-
Serial.begin(115200);
10-
while (!Serial);
10+
IOLOG_START_SERIAL
1111
startTesting();
1212
}
1313

0 commit comments

Comments
 (0)