1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

remove: 移除iotauth和ftp多余的api文档声明

This commit is contained in:
Wendal Chen 2025-01-15 15:05:06 +08:00
parent 1b1f846119
commit e592e33519
2 changed files with 0 additions and 16 deletions

View File

@ -1,12 +1,4 @@
/*
@module iotauth
@summary IoT鉴权库,
@version core V0007
@date 2022.08.06
@demo iotauth
@tag LUAT_USE_IOTAUTH
*/
#include "luat_base.h"
#include "luat_crypto.h"
#include "luat_mem.h"

View File

@ -1,11 +1,3 @@
/*
@module ftp
@summary ftp
@version 1.0
@date 2022.09.05
@demo ftp
@tag LUAT_USE_FTP
*/
#include "luat_base.h"