1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Rename 'altimeter' related files to 'barometer' since GPS and other

sensors handle altitude too - requested by @treymarc
This commit is contained in:
Dominic Clifton 2014-04-17 23:23:06 +01:00
parent c658e31b62
commit d4ebd8a748
9 changed files with 8 additions and 8 deletions

6
src/sensors_barometer.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#ifdef BARO
void Baro_Common(void);
int Baro_update(void);
#endif