mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 02:43:30 +08:00
19 lines
326 B
C
19 lines
326 B
C
|
/*
|
||
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*
|
||
|
* Change Logs:
|
||
|
* Date Author Notes
|
||
|
* 2020-11-18 greedyhao first version
|
||
|
*/
|
||
|
|
||
|
#ifndef BOARD_H__
|
||
|
#define BOARD_H__
|
||
|
|
||
|
#include <rtthread.h>
|
||
|
#include "ab32vgx.h"
|
||
|
#include "drv_gpio.h"
|
||
|
|
||
|
#endif
|