Skip to content

Commit 1631251

Browse files
fix typo in arduino code
1 parent f646a97 commit 1631251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gowin_empu/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ Each C file gets a listing inside the Debug directory, for example the "main.c"
470470

471471
void loop() {
472472
if (softUart.available()) {
473-
char c = mySerial.read();
473+
char c = softUart.read();
474474
Serial.print(c);
475475
}
476476
if (Serial.available()) {

0 commit comments

Comments
 (0)