We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc085f3 commit c8db2cbCopy full SHA for c8db2cb
tests/periman/periman.ino
@@ -52,7 +52,7 @@ void onReceive_cb(void) {
52
void setUp(void) {
53
log_v("Setting up next test");
54
Serial1.setPins(uart1_rx_pin, uart1_tx_pin);
55
- uart_internal_loopback(1, RX1);
+ uart_internal_loopback(1, uart1_rx_pin);
56
delay(100);
57
log_v("Running test");
58
}
@@ -66,7 +66,7 @@ void tearDown(void) {
66
Serial1.flush();
67
68
69
70
71
test_executed = false;
72
@@ -234,7 +234,7 @@ void setup() {
234
Serial1.begin(115200);
235
while(!Serial1) { delay(10); }
236
Serial1.onReceive(onReceive_cb);
237
238
239
UNITY_BEGIN();
240
0 commit comments