mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Fix NeoPool compile error
This commit is contained in:
parent
20d8f5e629
commit
a1720b2ba6
@ -598,7 +598,7 @@ struct {
|
||||
const uint16_t type;
|
||||
union {
|
||||
NeoPoolRegBlock block;
|
||||
NeoPoolRegList list[];
|
||||
NeoPoolRegList *list;
|
||||
};
|
||||
} NeoPoolReg[] = {
|
||||
// 6 entries so using 250ms poll interval we are through in 1,5 for all register
|
||||
|
Loading…
x
Reference in New Issue
Block a user