-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iot2050-firmware-update: Fix bug in class destruction and refactor code
This commit addresses two issues: 1. Fixed two bugs in destruction of classes. It was trying to release a non-existent object, causing an error. This has been corrected. 2. Removed an unnecessary pattern from the Firmware class. This pattern was not contributing to the functionality of the class and was causing confusion. Its removal simplifies the class. Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
- Loading branch information
Showing
1 changed file
with
47 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters