From c6348004beda6d8b02cd699c6847b1499eb0566d Mon Sep 17 00:00:00 2001 From: openshwprojects Date: Fri, 15 Apr 2022 10:15:57 +0200 Subject: [PATCH] this file is not needed --- include/tuya_device.h | 53 ------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 include/tuya_device.h diff --git a/include/tuya_device.h b/include/tuya_device.h deleted file mode 100644 index 2772e7168..000000000 --- a/include/tuya_device.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - * @Author: yj - * @email: shiliu.yang@tuya.com - * @LastEditors: yj - * @file name: tuya_device.c - * @Description: template demo for SDK WiFi & BLE for BK7231T - * @Copyright: HANGZHOU TUYA INFORMATION TECHNOLOGY CO.,LTD - * @Company: http://www.tuya.com - * @Date: 2021-01-23 16:33:00 - * @LastEditTime: 2021-01-27 17:00:00 - */ - -#ifndef _TUYA_DEVICE_H -#define _TUYA_DEVICE_H - -/* Includes ------------------------------------------------------------------*/ -#include "tuya_cloud_error_code.h" - -#ifdef __cplusplus - extern "C" { -#endif /* __cplusplus */ - -#ifdef _TUYA_DEVICE_GLOBAL - #define _TUYA_DEVICE_EXT -#else - #define _TUYA_DEVICE_EXT extern -#endif /* _TUYA_DEVICE_GLOBAL */ - -/* Exported types ------------------------------------------------------------*/ -/* Exported constants --------------------------------------------------------*/ -/* Exported macro ------------------------------------------------------------*/ -// device information define -#define DEV_SW_VERSION USER_SW_VER -#define PRODECT_ID "rg2urjcogbu14wci" - -/* Exported functions ------------------------------------------------------- */ - -/** - * @Function: device_init - * @Description: 设备初始化处理 - * @Input: none - * @Output: none - * @Return: OPRT_OK: success Other: fail - * @Others: none - */ -_TUYA_DEVICE_EXT \ -OPERATE_RET device_init(VOID); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif /* tuya_device.h */