1
0
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:
Alessio Morale 2014-09-17 00:21:32 +02:00
parent 2cca5162f7
commit eb15939031

View File

@ -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) {
;
}
}