mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-28 04:15:53 +00:00
Berry force type to 8 bit enum (#24654)
This commit is contained in:
@@ -45,7 +45,7 @@ typedef struct {
|
||||
int t; /* patch list of 'exit when true' */
|
||||
int f; /* patch list of 'exit when false' */
|
||||
bbyte not; /* not mark */
|
||||
bbyte type;
|
||||
exptype_t type : 8;
|
||||
} bexpdesc;
|
||||
|
||||
typedef struct bblockinfo {
|
||||
|
||||
Reference in New Issue
Block a user