mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
code into rx_common.c. Moved some GPS code into gps_common.c. Isolated some GPS functions into gps_common.c that were called from mw.c/loop(). moved gimbal defines into gimbal.h. Moved sound & light code into statusindicator.c
3 lines
89 B
C
3 lines
89 B
C
#pragma once
|
|
|
|
void blinkLedAndSoundBeeper(uint8_t num, uint8_t wait, uint8_t repeat);
|