Selaa lähdekoodia
rmv warning "implicit declaration of function 'delay'"
teensy4-core
Frank
6 vuotta sitten
vanhempi
commit
2a8b5d066e
No account linked to committer's email address
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
teensy4/usb_serial.c
|
|
@@ -30,7 +30,7 @@ |
|
|
|
|
|
|
|
#include "usb_dev.h" |
|
|
|
#include "usb_serial.h" |
|
|
|
//#include "delay.h" // for yield() |
|
|
|
#include "core_pins.h"// for delay() |
|
|
|
//#include "HardwareSerial.h" |
|
|
|
#include <string.h> // for memcpy() |
|
|
|
|