mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Enabled rate optimised real time scheduling by default.
This commit is contained in:
parent
5670aae1ce
commit
3dc6eb6422
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ PG_RESET_TEMPLATE(systemConfig_t, systemConfig,
|
||||||
.boardIdentifier = TARGET_BOARD_IDENTIFIER,
|
.boardIdentifier = TARGET_BOARD_IDENTIFIER,
|
||||||
.hseMhz = SYSTEM_HSE_VALUE, // Not used for non-F4 targets
|
.hseMhz = SYSTEM_HSE_VALUE, // Not used for non-F4 targets
|
||||||
.configured = false,
|
.configured = false,
|
||||||
.schedulerOptimizeRate = false,
|
.schedulerOptimizeRate = true,
|
||||||
);
|
);
|
||||||
|
|
||||||
uint8_t getCurrentPidProfileIndex(void)
|
uint8_t getCurrentPidProfileIndex(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue