11 lines
202 B
C
11 lines
202 B
C
|
#ifndef _APP_HANDSHAKE_H_
|
||
|
#define _APP_HANDSHAKE_H_
|
||
|
|
||
|
#include "typedef.h"
|
||
|
|
||
|
extern void handshake_app_start(u8 time, void (*cb)(void));
|
||
|
extern void handshake_app_stop(void);
|
||
|
|
||
|
#endif //_APP_CHARGE_H_
|
||
|
|