Explorar el Código

Always include inttypes.h in usb_serial.h

main
PaulStoffregen hace 10 años
padre
commit
3b066ac09b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      teensy3/usb_serial.h

+ 2
- 2
teensy3/usb_serial.h Ver fichero

#ifndef USBserial_h_ #ifndef USBserial_h_
#define USBserial_h_ #define USBserial_h_


#if (F_CPU >= 20000000) && (defined(USB_SERIAL) || defined(USB_SERIAL_HID))

#include <inttypes.h> #include <inttypes.h>


#if (F_CPU >= 20000000) && (defined(USB_SERIAL) || defined(USB_SERIAL_HID))

// C language implementation // C language implementation
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

Cargando…
Cancelar
Guardar