7 lines
82 B
C
7 lines
82 B
C
#ifndef HAL_ISR_H_
|
|
#define HAL_ISR_H_
|
|
|
|
void isr_init(void);
|
|
|
|
#endif // HAL_ISR_H_
|