Преглед на файлове
Merge pull request #302 from FrankBoesing/patch-6
fix warning "implicit declaration of function 'delay'"
teensy4-core
Paul Stoffregen
преди 6 години
родител
ревизия
0e7ec43e40
No account linked to committer's email address
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 1 реда
-
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() |
|
|
|
|