Просмотр исходного кода
Merge pull request #302 from FrankBoesing/patch-6
fix warning "implicit declaration of function 'delay'"
teensy4-core
Paul Stoffregen
5 лет назад
Родитель
Сommit
0e7ec43e40
Аккаунт пользователя с таким Email не найден
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() |
|
|
|
|