@mchp-mcc/dspic33a-flash 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +6 -0
- package/Readme.md +6 -0
- package/output/autoCreator.js +1 -1
- package/output/autoCreator.js.map +1 -1
- package/output/autoProcessor.js +1 -1
- package/output/autoProcessor.js.map +1 -1
- package/output/creator.js +1 -1
- package/output/creator.js.map +1 -1
- package/output/flash-a-core-ftl/flash_types.h.ftl +1 -1
- package/output/processor.js +1 -1
- package/output/processor.js.map +1 -1
- package/package.json +45 -2
- package/src/GeneratorModel.ts +1 -1
package/output/creator.js
CHANGED
|
@@ -10384,7 +10384,7 @@ var GeneratorModel = function GeneratorModel(dataModel) {
|
|
|
10384
10384
|
|
|
10385
10385
|
var generatableItems = {
|
|
10386
10386
|
generatePLIBVersion: true,
|
|
10387
|
-
PLIBVersion: "1.0.
|
|
10387
|
+
PLIBVersion: "1.0.2",
|
|
10388
10388
|
disclaimer: "/*disclaimer*/",
|
|
10389
10389
|
generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
|
|
10390
10390
|
moduleNameUpperCase: _this.dataModel.getName().toLocaleUpperCase(),
|