Browse Source

Merge pull request #302 from FrankBoesing/patch-6

fix warning "implicit declaration of function 'delay'"
teensy4-core
Paul Stoffregen 6 years ago
parent
commit
0e7ec43e40
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/usb_serial.c

+ 1
- 1
teensy4/usb_serial.c View File

@@ -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()


Loading…
Cancel
Save