@libs-scripts-mep/grav-fw-pvi 4.0.2 → 4.0.3

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.
Files changed (2) hide show
  1. package/grav-fw-pvi.js +1 -1
  2. package/package.json +1 -1
package/grav-fw-pvi.js CHANGED
@@ -255,7 +255,7 @@ export default class GravaFW {
255
255
 
256
256
  return new Promise((resolve) => {
257
257
 
258
- pvi.runInstructionS("JLINK7.init", []) // Inicializa o JLink
258
+ FWLink.runInstructionS("JLINK7.init", []) // Inicializa o JLink
259
259
 
260
260
  let logGravacao = ""
261
261
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libs-scripts-mep/grav-fw-pvi",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "Auxilia na gravação de microcontroladores por linha de comando através do PVI",
5
5
  "main": "grav-fw-pvi.js",
6
6
  "scripts": {