mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 03:57:51 +00:00
Fixes
This commit is contained in:
parent
1dfb84ad96
commit
2b4e591b37
@ -210,7 +210,7 @@ enum FRSKYX
|
||||
#define cli() noInterrupts()
|
||||
#define sei() interrupts()
|
||||
#define _delay_us(x) delayMicroseconds(x)
|
||||
#define delaymilliseconds(x) delay()
|
||||
#define delayMilliseconds(x) delay(x)
|
||||
//
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user