9 lines
83 B
C
9 lines
83 B
C
|
#ifndef __DRV_GPIO_H__
|
||
|
#define __DRV_GPIO_H__
|
||
|
|
||
|
int rt_hw_pin_init(void);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|