This reverts commit c083b394e4
.
teensy4-core
#include "IntervalTimer.h" | #include "IntervalTimer.h" | ||||
uint16_t makeWord(uint16_t w); | uint16_t makeWord(uint16_t w); | ||||
unsigned int makeWord(unsigned char h, unsigned char l); | |||||
uint16_t makeWord(byte h, byte l); | |||||
#define word(...) makeWord(__VA_ARGS__) | #define word(...) makeWord(__VA_ARGS__) | ||||