This commit is contained in:
rusefi 2019-01-28 19:50:37 -05:00
parent d08db9420e
commit c6ef295002
1 changed files with 2 additions and 0 deletions

View File

@ -10,7 +10,9 @@
#include "global.h"
#if HAL_USE_EXT || defined(__DOXYGEN__)
void enableExti(brain_pin_e pin, uint32_t mode, extcallback_t cb);
void myExtStart(void);
#endif
#endif /* HW_LAYER_DIGITAL_INPUT_EXTI_H_ */