From 4de24b43bfc373f46f0510703cde7562fb8cb703 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 16:11:32 +0800 Subject: [PATCH] update iniparser to remove warnning --- project/4.mqttd/modules/modules.h | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/project/4.mqttd/modules/modules.h b/project/4.mqttd/modules/modules.h new file mode 100644 index 0000000..2e2c32c --- /dev/null +++ b/project/4.mqttd/modules/modules.h @@ -0,0 +1,24 @@ +/******************************************************************************** + * Copyright: (C) 2023 LingYun IoT System Studio + * All rights reserved. + * + * Filename: modules.h + * Description: This file + * + * Version: 1.0.0(08/17/2023) + * Author: Guo Wenxue <guowenxue@gmail.com> + * ChangeLog: 1, Release initial version on "08/17/2023 09:27:25 PM" + * + ********************************************************************************/ + +#ifndef _MODULES_H_ +#define _MODULES_H_ + +#include "ds18b20.h" +#include "leds.h" +#include "pwm.h" +#include "relay.h" +#include "sht20.h" +#include "tsl2561.h" + +#endif /* ----- #ifndef _MODULES_H_ ----- */ -- Gitblit v1.9.1