Skip to content

Commit

Permalink
Fix nasa#551, Remove duplicate CFE_TIME_Local1HzISR prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 5, 2020
1 parent 20c25c2 commit 48d7a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsw/cfe-core/src/time/cfe_time_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ void CFE_TIME_NotifyTimeSynchApps(void);
/*
** Function prototypes (local 1Hz interrupt)...
*/
void CFE_TIME_Local1HzISR(void);
void CFE_TIME_Local1HzTask(void);
void CFE_TIME_Local1HzStateMachine(void);
void CFE_TIME_Local1HzTimerCallback(uint32 TimerId, void *Arg);
Expand Down

0 comments on commit 48d7a11

Please sign in to comment.