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:
parent
c658e31b62
commit
d4ebd8a748
9 changed files with 8 additions and 8 deletions
6
src/sensors_barometer.h
Normal file
6
src/sensors_barometer.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef BARO
|
||||
void Baro_Common(void);
|
||||
int Baro_update(void);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue