Initial commit: CCU621_M firmware project with BLE debug link support.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 17:28:36 +08:00
commit 9ceb218f80
1597 changed files with 724159 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef _DEV_SIGN_H_
#define _DEV_SIGN_H_
#include "infra_types.h"
#include "infra_defs.h"
int32_t IOT_Sign_MQTT(iotx_mqtt_region_types_t region, iotx_dev_meta_info_t *meta, iotx_sign_mqtt_t *signout);
#endif