1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Changed tabs to spaces in sensors/

This commit is contained in:
Martin Budden 2016-07-09 13:34:28 +01:00
parent 8ddc0cf1d8
commit 74679371aa
3 changed files with 13 additions and 13 deletions

View file

@ -117,7 +117,7 @@ typedef enum {
bool isBaroReady(void) {
return baroReady;
return baroReady;
}
uint32_t baroUpdate(void)