This commit is contained in:
parent
d08db9420e
commit
c6ef295002
|
@ -10,7 +10,9 @@
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
|
#if HAL_USE_EXT || defined(__DOXYGEN__)
|
||||||
void enableExti(brain_pin_e pin, uint32_t mode, extcallback_t cb);
|
void enableExti(brain_pin_e pin, uint32_t mode, extcallback_t cb);
|
||||||
void myExtStart(void);
|
void myExtStart(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* HW_LAYER_DIGITAL_INPUT_EXTI_H_ */
|
#endif /* HW_LAYER_DIGITAL_INPUT_EXTI_H_ */
|
||||||
|
|
Loading…
Reference in New Issue