mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: removed stray debug code
thanks to @alielectric for noticing
This commit is contained in:
parent
5d4579a086
commit
5854ccbb4c
|
@ -118,8 +118,6 @@ void UARTDriver::begin(uint32_t b, uint16_t rxS, uint16_t txS)
|
|||
{
|
||||
thread_init();
|
||||
|
||||
hal.gpio->pinMode(2, HAL_GPIO_OUTPUT);
|
||||
hal.gpio->pinMode(3, HAL_GPIO_OUTPUT);
|
||||
if (sdef.serial == nullptr) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue