code
This commit is contained in:
11
Plugins/MqttClient/Source/DTMqtt/MqttC/Messages.h
Normal file
11
Plugins/MqttClient/Source/DTMqtt/MqttC/Messages.h
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright 2023 Dexter.Wan. All Rights Reserved.
|
||||
// EMail: 45141961@qq.com
|
||||
|
||||
#if !defined(MESSAGES_H)
|
||||
#define MESSAGES_H
|
||||
|
||||
#include "Log.h"
|
||||
|
||||
const char* Messages_get(int, enum LOG_LEVELS);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user