Documenattion: PPM protocol selection

This commit is contained in:
Pascal Langer
2018-02-11 14:58:30 +01:00
parent 8c7918577d
commit aa8a059553
3 changed files with 14 additions and 12 deletions

View File

@@ -753,7 +753,7 @@ uint8_t bank_switch(void)
}
if(check<millis())
{
//Test bind button: for AVR it's shared with the LED so some work is needed to check it...
//Test bind button: for AVR it's shared with the LED so some extra work is needed to check it...
#ifndef STM32_BOARD
bool led=IS_LED_on;
BIND_SET_INPUT;