mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
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;
|
const uint16_t type;
|
||||||
union {
|
union {
|
||||||
NeoPoolRegBlock block;
|
NeoPoolRegBlock block;
|
||||||
NeoPoolRegList list[];
|
NeoPoolRegList *list;
|
||||||
};
|
};
|
||||||
} NeoPoolReg[] = {
|
} NeoPoolReg[] = {
|
||||||
// 6 entries so using 250ms poll interval we are through in 1,5 for all register
|
// 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