1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Renamed 'parameter_group' to 'pg'.

This commit is contained in:
mikeller 2017-12-19 23:36:31 +13:00
parent b924ac0c9c
commit b489d0ba9d
144 changed files with 226 additions and 225 deletions

View file

@ -31,8 +31,8 @@
#include "common/maths.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 "cms/cms.h"