mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #979 from martinbudden/bf_features
Split features into a separate module
This commit is contained in:
commit
ac4732cd03
24 changed files with 178 additions and 63 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "drivers/timer.h"
|
||||
#include "drivers/pwm_rx.h"
|
||||
|
||||
#include <common/printf.h>
|
||||
#include "common/printf.h"
|
||||
#include "common/axis.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
|
@ -77,6 +77,7 @@
|
|||
#include "config/config.h"
|
||||
#include "config/config_profile.h"
|
||||
#include "config/config_master.h"
|
||||
#include "config/feature.h"
|
||||
|
||||
/*
|
||||
PG_REGISTER_ARR_WITH_RESET_FN(ledConfig_t, LED_MAX_STRIP_LENGTH, ledConfigs, PG_LED_STRIP_CONFIG, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue