mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Renamed 'parameter_group' to 'pg'.
This commit is contained in:
parent
b924ac0c9c
commit
b489d0ba9d
144 changed files with 226 additions and 225 deletions
|
@ -53,8 +53,8 @@ extern uint8_t __config_end;
|
|||
|
||||
#include "config/config_eeprom.h"
|
||||
#include "config/feature.h"
|
||||
#include "config/parameter_group.h"
|
||||
#include "config/parameter_group_ids.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#include "drivers/accgyro/accgyro.h"
|
||||
#include "drivers/buf_writer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue