Skip to content

Commit 124e97a

Browse files
committed
Remove leading space from secure boot main.json and update changelog
1 parent 1c60971 commit 124e97a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# dsPIC33 DSC Bootloader Code Examples v1.2.2
22
### Release Highlights
33
* Updated Clock PLIB version from v1.1.0 to v1.1.2 in "dspic33a_bootloader_and_firmware_upgrade_demo".
4-
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" main.json file.
4+
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" and "dspic33a_secure_boot" main.json files.
55

66
### Features Added\Updated
77
* Updated Clock PLIB version from v1.1.0 to v1.1.2 in "dspic33a_bootloader_and_firmware_upgrade_demo".
8-
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" main.json file.
8+
* Removed invalid space from the device name in the "dspic33a_bootloader_and_firmware_upgrade_demo" and "dspic33a_secure_boot" main.json files.
99

1010
# dsPIC33 DSC Bootloader Code Examples v1.2.1
1111
### Release Highlights

dspic33a_secure_boot/.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"content": {
3131
"metaDataVersion": "1.0.0",
3232
"category": "com.microchip.device",
33-
"name": " dsPIC33AK512MPS512",
33+
"name": "dsPIC33AK512MPS512",
3434
"versionRange": "*"
3535
}
3636
},

0 commit comments

Comments
 (0)