mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 23:48:13 +00:00
Typo...
This commit is contained in:
parent
26e4e70fc8
commit
b1c38cc793
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user