6 lines
93 B
C
Executable File
6 lines
93 B
C
Executable File
#ifndef __MCU_H__
|
|
#define __MCU_H__
|
|
int32_t hal_mcu_init();
|
|
int32_t hal_mcu_deinit();
|
|
|
|
#endif |