Remove redundant 'typedef'

'typedef' is not needed in C++ and generates a warning
This commit is contained in:
david-beinder
2023-04-29 00:01:20 +02:00
parent a23abf626b
commit a6ae86abb8

View File

@@ -3,7 +3,7 @@
#include "Arduino.h"
typedef struct HomeAssistantSensor {
struct HomeAssistantSensor {
const char* name;
const char* topic;
const char* path;