Browse Source

Revert "makeWord is inconsistently defined"

This reverts commit c083b394e4.
teensy4-core
Fernando Trias 8 years ago
parent
commit
cf22e93f60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h View File

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


Loading…
Cancel
Save