HAL_ChibiOS: removed stray debug code

thanks to @alielectric for noticing
This commit is contained in:
Andrew Tridgell 2018-05-03 15:49:23 +10:00
parent 5d4579a086
commit 5854ccbb4c
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}