ソースを参照

Revert "makeWord is inconsistently defined"

This reverts commit c083b394e4.
teensy4-core
Fernando Trias 8年前
コミット
cf22e93f60
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);
unsigned int makeWord(unsigned char h, unsigned char l);
uint16_t makeWord(byte h, byte l);

#define word(...) makeWord(__VA_ARGS__)


読み込み中…
キャンセル
保存