1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Clean up unused stuff

This commit is contained in:
Ivan Grokhotkov
2014-12-19 01:39:27 +03:00
parent 2a77249147
commit 43b9dd9edf
7 changed files with 8 additions and 93 deletions

View File

@ -57,4 +57,4 @@ long map(long x, long in_min, long in_max, long out_min, long out_max)
}
unsigned int makeWord(unsigned int w) { return w; }
unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; }
unsigned int makeWord(unsigned char h, unsigned char l) { return (h << 8) | l; }