mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Improved consistency of update fn naming. GPS update tidy.
This commit is contained in:
parent
1d6240c9d5
commit
c0d87ca657
12 changed files with 34 additions and 37 deletions
|
@ -926,7 +926,7 @@ static applyLayerFn_timed* layerTable[] = {
|
|||
[timRing] = &applyLedThrustRingLayer
|
||||
};
|
||||
|
||||
void updateLedStrip(uint32_t currentTime)
|
||||
void ledStripUpdate(uint32_t currentTime)
|
||||
{
|
||||
if (!(ledStripInitialised && isWS2811LedStripReady())) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue