initial commit
This commit is contained in:
6
hal/hal_mcu/hal_interface_mcu.h
Executable file
6
hal/hal_mcu/hal_interface_mcu.h
Executable file
@@ -0,0 +1,6 @@
|
||||
#ifndef __MCU_H__
|
||||
#define __MCU_H__
|
||||
int32_t hal_mcu_init();
|
||||
int32_t hal_mcu_deinit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user