mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Adding a FIXME regarding failureMode() method signature.
This commit is contained in:
parent
9a3c922efc
commit
019bb450c8
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ void delay(uint32_t ms)
|
|||
delayMicroseconds(1000);
|
||||
}
|
||||
|
||||
// FIXME replace mode with an enum so usage can be tracked, currently mode is a magic number
|
||||
void failureMode(uint8_t mode)
|
||||
{
|
||||
LED1_ON;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue