mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1477 - typo in mallocFailed trap
This commit is contained in:
parent
2cca5162f7
commit
eb15939031
@ -112,7 +112,7 @@ static void gpspSystemTask(__attribute__((unused)) void *parameters)
|
||||
|
||||
if (mallocFailed) {
|
||||
// Nothing to do, this condition needs to be trapped during development.
|
||||
while (wait_here) {
|
||||
while (true) {
|
||||
;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user