Comparing version 0.0.3 to 0.0.4
@@ -135,3 +135,5 @@ var tessel = require('tessel'); | ||
pageAddr+=self.pageSize; | ||
setImmediate(readPage(pos)); | ||
setImmediate(function() { | ||
readPage(pos); | ||
}); | ||
} else { | ||
@@ -138,0 +140,0 @@ next(null, pages); |
{ | ||
"name": "avr-isp", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Library to allow Tessel to act as an AVR In-System Programmer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40209
614