Revise definition to be consistent with other usage of bytemain
#include "IntervalTimer.h" | #include "IntervalTimer.h" | ||||
uint16_t makeWord(uint16_t w); | 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__) | #define word(...) makeWord(__VA_ARGS__) | ||||