[bsp][allwinner tina] fix drv_gpio header file included

This commit is contained in:
Meco Man 2024-01-07 22:43:15 +08:00
parent 0a3a10e5bb
commit 2d1f46d31c
1 changed files with 2 additions and 0 deletions

View File

@ -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)