@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/autoProcessor.js
CHANGED
|
@@ -4266,7 +4266,7 @@ var GeneratorModel = function GeneratorModel(dataModel) {
|
|
|
4266
4266
|
|
|
4267
4267
|
var generatableItems = {
|
|
4268
4268
|
generatePLIBVersion: true,
|
|
4269
|
-
PLIBVersion: "1.0.
|
|
4269
|
+
PLIBVersion: "1.0.2",
|
|
4270
4270
|
disclaimer: "/*disclaimer*/",
|
|
4271
4271
|
generateInterfaceContent: derivedData.enableInterfaceDefinitionGeneration(),
|
|
4272
4272
|
moduleNameUpperCase: _this.dataModel.getName().toLocaleUpperCase(),
|