mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Code cleanup, remove old code and debug artifacts
This commit is contained in:
parent
06882b6a2c
commit
14bbc3ac07
4 changed files with 4 additions and 17 deletions
|
@ -39,8 +39,6 @@ void systemReset(void)
|
|||
NVIC_SystemReset();
|
||||
}
|
||||
|
||||
#define BOOTLOADER_REQUEST_COOKIE 0xDEADBEEF
|
||||
|
||||
void systemResetToBootloader(void)
|
||||
{
|
||||
persistentObjectWrite(PERSISTENT_OBJECT_BOOTLOADER_REQUEST, BOOTLOADER_REQUEST_COOKIE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue