fix missing prototype warnings

This commit is contained in:
Joey Castillo
2021-12-05 23:49:26 -06:00
parent ed94efcb85
commit e202c48b0a
46 changed files with 241 additions and 233 deletions

View File

@@ -58,4 +58,6 @@ static inline bool _is_in_isr(void)
#endif /* !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
void Default_Handler(void);
#endif /* _HPL_CORE_PORT_H_INCLUDED */