mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 04:11:18 +00:00
Remove redundant 'typedef'
'typedef' is not needed in C++ and generates a warning
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
|
||||
typedef struct HomeAssistantSensor {
|
||||
struct HomeAssistantSensor {
|
||||
const char* name;
|
||||
const char* topic;
|
||||
const char* path;
|
||||
|
||||
Reference in New Issue
Block a user