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

fix coding style. use astyle

This commit is contained in:
chibaron 2018-10-05 14:30:58 +09:00
parent d688a5e1cc
commit bcaa9a2b7a
2 changed files with 12 additions and 11 deletions

View file

@ -83,7 +83,8 @@ static timeMs_t timeTunedMs;
static int8_t bindOffset_max = 0;
static int8_t bindOffset_min = 0;
static void initialise() {
static void initialise()
{
cc2500Reset();
cc2500WriteReg(CC2500_02_IOCFG0, 0x01);