allow custom driver factories

This commit is contained in:
Gilles Boccon-Gibod
2023-06-17 18:10:37 -07:00
parent 03538d0f8a
commit 41ce311836
4 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ class Firmware:
chip_id,
firmware[patch_offset : patch_offset + patch_length - 4]
+ struct.pack("<I", self.version),
svn_version
svn_version,
)
)