mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 18:27:53 +00:00
Update Multiprotocol.ino
This commit is contained in:
parent
a5428bc180
commit
f8cc913898
@ -369,6 +369,10 @@ void setup()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SEND_CPPM
|
||||
pinMode(PA9,INPUT); // make sure the USART1.TX pin is released for heartbeat use
|
||||
#endif
|
||||
|
||||
//Timers
|
||||
init_HWTimer(); //0.5us
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user