Skip to content

Commit

Permalink
Merge pull request #668 from skliper/fix551-dup-local1hzisr-proto
Browse files Browse the repository at this point in the history
Fix #551, Remove duplicate CFE_TIME_Local1HzISR prototype
  • Loading branch information
astrogeco authored May 8, 2020
2 parents 159ab75 + 48d7a11 commit 532c0dc
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 532c0dc

Please sign in to comment.