This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Revert "makeWord is inconsistently defined"
This reverts commit
c083b394e4
.
main
Fernando Trias
8 years ago
parent
c083b394e4
commit
cf22e93f60
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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);
u
nsigned int makeWord(unsigned char h, unsigned char
l);
u
int16_t makeWord(byte h, byte
l);
#define word(...) makeWord(__VA_ARGS__)
Write
Preview
Loading…
Cancel
Save