Skip to content

Commit

Permalink
Add general fault code for ser check init fault
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjohnson committed Jan 24, 2025
1 parent 3b5f6a8 commit ed527b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,8 @@ enum eGenFaultCodes
GFC_SYS_FAULT_CRITICAL = 0x00020000,
/*! Sensor(s) saturated */
GFC_SENSOR_SATURATION = 0x00040000,
/*! Fault: GPS receiver time fault */
GFC_SER_CHECK_INIT = 0x00080000,
/*! Fault: IMU initialization */
GFC_INIT_IMU = 0x00100000,
/*! Fault: Barometer initialization */
Expand Down

0 comments on commit ed527b3

Please sign in to comment.