1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Removing more profanity from code. See #43.

This commit is contained in:
Dominic Clifton 2014-10-15 14:33:10 +01:00
parent 80989c4bee
commit 30ddd177d9

View file

@ -118,8 +118,7 @@ void SetSysClock(bool overclock)
// we're on internal RC // we're on internal RC
clocksrc = SRC_HSI; clocksrc = SRC_HSI;
} else { } else {
// We're fucked while(1); // Unable to continue.
while(1);
} }
} }