Skip to content

Commit

Permalink
Merge pull request #176 from dustin/commonalrm
Browse files Browse the repository at this point in the history
Rename path follower and path planner alerts
  • Loading branch information
mlyle committed Dec 7, 2015
2 parents fd0eede + b6ac21a commit 3c33027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flight/Libraries/alarms.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ static const char alarm_names[][9] = {
[SYSTEMALARMS_ALARM_ATTITUDE] = "ATTITUDE",
[SYSTEMALARMS_ALARM_SENSORS] = "SENSORS",
[SYSTEMALARMS_ALARM_STABILIZATION] = "STAB",
[SYSTEMALARMS_ALARM_PATHFOLLOWER] = "PATH-F",
[SYSTEMALARMS_ALARM_PATHPLANNER] = "PATH-P",
[SYSTEMALARMS_ALARM_PATHFOLLOWER] = "P-FOLLOW",
[SYSTEMALARMS_ALARM_PATHPLANNER] = "P-PLAN",
[SYSTEMALARMS_ALARM_BATTERY] = "BATTERY",
[SYSTEMALARMS_ALARM_FLIGHTTIME] = "TIME",
[SYSTEMALARMS_ALARM_I2C] = "I2C",
Expand Down

0 comments on commit 3c33027

Please sign in to comment.