mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
fix coding style. use astyle
This commit is contained in:
parent
d688a5e1cc
commit
bcaa9a2b7a
2 changed files with 12 additions and 11 deletions
|
@ -83,7 +83,8 @@ static timeMs_t timeTunedMs;
|
||||||
static int8_t bindOffset_max = 0;
|
static int8_t bindOffset_max = 0;
|
||||||
static int8_t bindOffset_min = 0;
|
static int8_t bindOffset_min = 0;
|
||||||
|
|
||||||
static void initialise() {
|
static void initialise()
|
||||||
|
{
|
||||||
cc2500Reset();
|
cc2500Reset();
|
||||||
|
|
||||||
cc2500WriteReg(CC2500_02_IOCFG0, 0x01);
|
cc2500WriteReg(CC2500_02_IOCFG0, 0x01);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue