mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Merge pull request #11595 from s-hadinger/berry_attrdump
Berry fix crash when no attributes
This commit is contained in:
commit
a37b3ec2c3
@ -40,8 +40,10 @@ static void dump_module(bmodule *module)
|
||||
|
||||
static void dump_class(bclass *class)
|
||||
{
|
||||
if (class->members) {
|
||||
dump_map(class->members);
|
||||
}
|
||||
}
|
||||
|
||||
static void dump_instanse(binstance *ins)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user