Skip to content

Commit

Permalink
it builds!
Browse files Browse the repository at this point in the history
  • Loading branch information
Rand-Sai committed Nov 10, 2023
1 parent 9fdee2e commit 954aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Inc/fault.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ extern osMessageQueueId_t fault_handle_queue;
/* Defining Fault Hanlder Task */
void vFaultHandler(void *pv_params);
extern osThreadId_t fault_handle;
const osThreadAttr_t fault_handle_attributes;
extern const osThreadAttr_t fault_handle_attributes;

#endif // FAULT_H

0 comments on commit 954aeaf

Please sign in to comment.