MeshTalos-Client/main.h
2025-10-28 00:34:09 +08:00

16 lines
No EOL
147 B
C

#ifndef MAIN_H
#define MAIN_H
#ifdef __cplusplus
extern "C" {
#endif
void mqtt_event_data_callback_func();
#ifdef __cplusplus
}
#endif
#endif