浏览代码

Revert "makeWord is inconsistently defined"

This reverts commit c083b394e4.
main
Fernando Trias 9 年前
父节点
当前提交
cf22e93f60
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h 查看文件

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



正在加载...
取消
保存