#ifndef __MCU_H__ #define __MCU_H__ int32_t hal_mcu_init(); int32_t hal_mcu_deinit(); #endif