Files
2025-12-03 11:12:34 +08:00

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