1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-04-25 11:21:40 +02:00
parent 1abf802aa7
commit 452a7253f1
2 changed files with 17 additions and 15 deletions

View file

@ -93,7 +93,7 @@ void bluetoothInit(uint32_t baudrate)
void bluetoothDone()
{
GPIO_SetBits(BT_EN_GPIO, BT_EN_GPIO_PIN); // close bluetooth
GPIO_SetBits(BT_EN_GPIO, BT_EN_GPIO_PIN); // close bluetooth (recent modules will go to bootloader mode)
}
extern "C" void BT_USART_IRQHandler(void)