mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 04:03:15 +00:00
Typo...
This commit is contained in:
@@ -264,7 +264,7 @@ void setup()
|
|||||||
#endif //ENABLE_PPM
|
#endif //ENABLE_PPM
|
||||||
{ // Serial
|
{ // Serial
|
||||||
#ifdef ENABLE_SERIAL
|
#ifdef ENABLE_SERIAL
|
||||||
for(uint i=0;i<3;i++)
|
for(uint8_t i=0;i<3;i++)
|
||||||
cur_protocol[i]=0;
|
cur_protocol[i]=0;
|
||||||
protocol=0;
|
protocol=0;
|
||||||
servo_max_100=SERIAL_MAX_100; servo_min_100=SERIAL_MIN_100;
|
servo_max_100=SERIAL_MAX_100; servo_min_100=SERIAL_MIN_100;
|
||||||
|
|||||||
Reference in New Issue
Block a user