[bsp][allwinner tina] fix drv_gpio header file included
This commit is contained in:
parent
0a3a10e5bb
commit
2d1f46d31c
|
@ -10,6 +10,8 @@
|
|||
#ifndef __DRV_GPIO_H__
|
||||
#define __DRV_GPIO_H__
|
||||
|
||||
#include <rtdef.h>
|
||||
|
||||
/* IO default function */
|
||||
#define IO_INPUT (0x00)
|
||||
#define IO_OUTPUT (0x01)
|
||||
|
|
Loading…
Reference in New Issue