Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug when loading certain macros from device
A macro like this: [ [ "0x00070004", "0x00070005" ], [ "0x00070006" ], [ "0x00070007" ] ] would load back as: [ [ "0x00070004", "0x00070005" ], [ "0x00070006" ], [] ]
- Loading branch information