Skip to content

Commit

Permalink
add missing enum value for AK8975
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvanpelt committed May 13, 2018
1 parent 8e33a0f commit 67b121c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mgos_imu.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ enum mgos_imu_gyro_type {
enum mgos_imu_mag_type {
MAG_NONE = 0,
MAG_AK8963,
MAG_AK8975,
MAG_MAG3110
};

Expand Down

0 comments on commit 67b121c

Please sign in to comment.