We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d1c1d commit c6fe342Copy full SHA for c6fe342
1 file changed
STM32F1/system/libmaple/include/libmaple/systick.h
@@ -108,6 +108,12 @@ static inline uint32 systick_check_underflow(void) {
108
return SYSTICK_BASE->CSR & SYSTICK_CSR_COUNTFLAG;
109
}
110
111
+/**
112
+ * @brief prototype for systick_attach_callback
113
+ *
114
+ */
115
+extern void systick_attach_callback(void (*callback)(void));
116
+
117
#ifdef __cplusplus
118
} // extern "C"
119
#endif
0 commit comments