mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 11:12:55 +00:00
22 lines
331 B
C
22 lines
331 B
C
|
/*
|
||
|
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
|
||
|
*/
|
||
|
|
||
|
#ifndef HAL_HAL_H_
|
||
|
#define HAL_HAL_H_
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include <stddef.h>
|
||
|
|
||
|
#include <hal/base.h>
|
||
|
#include <hal/ota.h>
|
||
|
#include <hal/sensor.h>
|
||
|
#include <hal/trace.h>
|
||
|
#include <hal/wifi.h>
|
||
|
#include <hal/atcmd.h>
|
||
|
|
||
|
#include <hal/soc/soc.h>
|
||
|
|
||
|
#endif /* HAL_HAL_H */
|
||
|
|