//////////////////////////////////////////////////////////////////////////// ///@copyright Copyright (c) 2018, 传控科技 All rights reserved. ///------------------------------------------------------------------------- /// @file bsp_drv.h /// @brief bsp @ driver config ///------------------------------------------------------------------------- /// @version 1.0 /// @author CC /// @date 20180331 /// @note cc_AS_stc02 ////////////////////////////////////////////////////////////////////////////// #ifndef _APP_TASK_NFC_AUTH_H #define _APP_TASK_NFC_AUTH_H #include "../ctask/task.h" #include "../clib/clib.h" #include "../tpc/debug.h" typedef struct _s_task_auth { TS_task task; U8 auth_flag; }S_TASK_AUTH; extern S_TASK_AUTH _s_task_auth; extern void L3_task_auth_init(void); extern void L3_task_auth_handler(S_TASK_AUTH *s); #endif // #ifndef _APP_TASK_NFC_AUTH_H