From 762af872d2f2c977e51d6e51b8c3ad622485cc05 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 5 Dec 2021 23:49:26 -0600 Subject: fix missing prototype warnings --- watch-library/hpl/core/hpl_core_port.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'watch-library/hpl/core/hpl_core_port.h') diff --git a/watch-library/hpl/core/hpl_core_port.h b/watch-library/hpl/core/hpl_core_port.h index 3f3e8f28..33c18dd0 100644 --- a/watch-library/hpl/core/hpl_core_port.h +++ b/watch-library/hpl/core/hpl_core_port.h @@ -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 */ -- cgit v1.2.3