rt-thread/bsp/bluetrum/ab32vg1-ab-prougen/board/board.h

19 lines
326 B
C
Raw Normal View History

/*
2021-01-28 17:06:09 +08:00
* Copyright (c) 2020-2021, Bluetrum 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