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:
parent
80989c4bee
commit
30ddd177d9
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue