mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13766 from curzon01/development
Fix NeoPool compile error
This commit is contained in:
commit
94d42ab9da
|
@ -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…
Reference in New Issue