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

makeWord is inconsistently defined

Revise definition to be consistent with other usage of byte
teensy4-core
Fernando Trias преди 8 години
родител
ревизия
c083b394e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Целия файл

@@ -39,7 +39,7 @@
#include "IntervalTimer.h"

uint16_t makeWord(uint16_t w);
uint16_t makeWord(byte h, byte l);
unsigned int makeWord(unsigned char h, unsigned char l);

#define word(...) makeWord(__VA_ARGS__)


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