Bladeren bron
rmv warning "implicit declaration of function 'delay'"
main
Frank
5 jaren geleden
bovenliggende
commit
2a8b5d066e
No account linked to committer's email address
1 gewijzigde bestanden met
toevoegingen van 1 en
1 verwijderingen
-
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() |
|
|
|
|