sdk-hwV1.3/lichee/rtos-hal/include/osal/hal_cmd.h

23 lines
334 B
C
Executable File

#ifndef SUNXI_HAL_CMD_H
#define SUNXI_HAL_CMD_H
#ifdef __cplusplus
extern "C"
{
#endif
/* include me to supprot FINSH_FUNCTION_EXPORT_CMD */
#ifdef CONFIG_KERNEL_FREERTOS
#include <console.h>
#elif defined(CONFIG_RTTKERNEL)
#include <rtthread.h>
#else
#error "can not support the RTOS!!"
#endif
#ifdef __cplusplus
}
#endif
#endif