Skip to content

Commit

Permalink
[fix] MS45xx print MSG
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 26, 2023
1 parent f4f0cf2 commit 9c4cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/sensors/airspeed_ms45xx_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ PRINT_CONFIG_VAR(MS45XX_PRESSURE_OFFSET)
* default airspeed scale is 2/1.225
*/
#ifdef MS45XX_AIRSPEED_SCALE
#PRINT_CONFIG("MS45XX changed air density. PS: Use MS45XX_PRESSURE_SCALE to calibrate the MS45XX.")
PRINT_CONFIG_MSG("MS45XX changed air density. PS: Use MS45XX_PRESSURE_SCALE to calibrate the MS45XX.");
#else
#define MS45XX_AIRSPEED_SCALE 1.6327
#endif
Expand Down

0 comments on commit 9c4cbad

Please sign in to comment.