mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-27 21:00:24 -07:00
Removed profiling
This commit is contained in:
parent
34f7543b9d
commit
a565aaa16d
@ -98,9 +98,9 @@ void Receiver::startListening(VHFChannel channel, bool reconfigGPIOs)
|
||||
/**
|
||||
* This can take up to 220us, that's 3 bit clocks!!!
|
||||
*/
|
||||
bsp_signal_high();
|
||||
//bsp_signal_high();
|
||||
sendCmd (START_RX, &options, sizeof options, NULL, 0);
|
||||
bsp_signal_low();
|
||||
//bsp_signal_low();
|
||||
}
|
||||
|
||||
void Receiver::resetBitScanner()
|
||||
|
Loading…
x
Reference in New Issue
Block a user