7 lines
140 B
C
7 lines
140 B
C
#ifndef AXP80_GPIO_H
|
|
#define AXP80_GPIO_H
|
|
#include "axp80.h"
|
|
|
|
#define AXP_GPIO0_CFG (AXP80_WAKEUP_PIN_CTRL) /* 0x35 */
|
|
|
|
#endif
|