Преглед на файлове

Only define BYTE (ancient Arduino) if not conflicting with other headers

teensy4-core
PaulStoffregen преди 7 години
родител
ревизия
d2d4bfcfc1
променени са 2 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. +5
    -0
      teensy/Print.h
  2. +5
    -0
      teensy3/Print.h

+ 5
- 0
teensy/Print.h Целия файл

@@ -31,7 +31,12 @@
#define HEX 16
#define OCT 8
#define BIN 2

// BYTE was defined in very old versions of Arduino
// maybe this now causes more trouble than it's worth?
#ifndef BYTE
#define BYTE 0
#endif

class __FlashStringHelper;


+ 5
- 0
teensy3/Print.h Целия файл

@@ -42,7 +42,12 @@
#define HEX 16
#define OCT 8
#define BIN 2

// BYTE was defined in very old versions of Arduino
// maybe this now causes more trouble than it's worth?
#ifndef BYTE
#define BYTE 0
#endif

class __FlashStringHelper;


Loading…
Отказ
Запис