Переглянути джерело

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__)


Завантаження…
Відмінити
Зберегти