Skip to content

Commit

Permalink
Added temp and pressure log parameters again that were lost when the …
Browse files Browse the repository at this point in the history
…code was reorganized
  • Loading branch information
krichardsson committed Jun 9, 2016
1 parent c2a8821 commit e8683d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/src/stabilizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ LOG_GROUP_STOP(acc)

LOG_GROUP_START(baro)
LOG_ADD(LOG_FLOAT, asl, &sensorData.baro.asl)
LOG_ADD(LOG_FLOAT, temp, &sensorData.baro.temperature)
LOG_ADD(LOG_FLOAT, pressure, &sensorData.baro.pressure)
LOG_GROUP_STOP(baro)

LOG_GROUP_START(gyro)
Expand Down

0 comments on commit e8683d0

Please sign in to comment.