mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
baro_update_logic() can be static.
This commit is contained in:
@@ -205,8 +205,7 @@ void navdata_read()
|
||||
}
|
||||
}
|
||||
|
||||
void baro_update_logic(void);
|
||||
void baro_update_logic(void)
|
||||
static void baro_update_logic(void)
|
||||
{
|
||||
static int32_t lastpressval = 0;
|
||||
static uint16_t lasttempval = 0;
|
||||
|
||||
Reference in New Issue
Block a user