16 lines
244 B
C
16 lines
244 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2019-2019. All rights reserved.
|
||
|
|
* Description: Phase driver.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __PHASE_DRIVER_H__
|
||
|
|
#define __PHASE_DRIVER_H__
|
||
|
|
|
||
|
|
EXT_CPP_START
|
||
|
|
|
||
|
|
td_void app_phase_init(td_void);
|
||
|
|
|
||
|
|
EXT_CPP_END
|
||
|
|
|
||
|
|
#endif
|