Przeglądaj źródła

makeWord is inconsistently defined

Revise definition to be consistent with other usage of byte
teensy4-core
Fernando Trias 8 lat temu
rodzic
commit
c083b394e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz