Skip to content

Commit

Permalink
chore: Remove emtpy description
Browse files Browse the repository at this point in the history
This is not a standart DeviceTree field, but aparently it
appreas in some firmwares.
So we just cargo cult the thing :)
  • Loading branch information
maringuu committed Mar 6, 2024
1 parent 22e0478 commit 4479496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/analysis/device_tree/internal/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ def from_binary(cls, binary: bytes):
'https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html?highlight=model#model'
),
)
description: Optional[str] = Field(
description='',
)
description: Optional[str] = Field()

@classmethod
def from_binary(cls, binary: bytes, offset: int = 0):
Expand Down

0 comments on commit 4479496

Please sign in to comment.