12 lines
145 B
C
12 lines
145 B
C
#ifndef _LE_ALIPAY_H
|
|
#define _LE_ALIPAY_H
|
|
|
|
#include <stdint.h>
|
|
#include "app_config.h"
|
|
|
|
|
|
void alipay_init(void);
|
|
void alipay_exit(void);
|
|
|
|
#endif
|