mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-07-27 19:55:59 +00:00
Fix semicolon syntax errors
This commit is contained in:
@@ -44,8 +44,8 @@ void loop()
|
||||
|
||||
unsigned char canId = CAN.getCanId();
|
||||
|
||||
Serial.println("-----------------------------")
|
||||
Serial.println("get data from ID: ")
|
||||
Serial.println("-----------------------------");
|
||||
Serial.println("get data from ID: ");
|
||||
Serial.println(canId);
|
||||
|
||||
for(int i = 0; i<len; i++) // print the data
|
||||
|
||||
Reference in New Issue
Block a user