more features for tracing and everything
This commit is contained in:
parent
0343030980
commit
0c9b253d87
6 changed files with 97 additions and 30 deletions
|
@ -10,9 +10,7 @@ class Command(BaseCommand):
|
|||
def handle(self, *args, **options):
|
||||
done_struct_names = set()
|
||||
nodata = set()
|
||||
struct_lines = {
|
||||
"num": "uint8_t num; /** defined here for convenience. subtypes that use it will define it themselves */"
|
||||
}
|
||||
struct_lines = {}
|
||||
|
||||
for msg_type in MeshMessage.msg_types.values():
|
||||
if msg_type.c_struct_name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue