Browse Source
rmv warning "implicit declaration of function 'delay'"
teensy4-core
Frank
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|