update board.h

This commit is contained in:
Meco Man 2021-03-11 18:20:09 +08:00
parent 67e3282aec
commit 1b189ca7fb
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
#define BOARD_H__
#include <rtthread.h>
#include "ab32vgx.h"
#include "drv_gpio.h"
#include <ab32vgx.h>
#include <drv_gpio.h>
#include <drv_wdt.h>
#endif