Skip to content

Commit 3648b2a

Browse files
author
Jason Kridner
committed
src/hw_capemgr.js: update for BBG EEPROM bug
1 parent 1fe9c3a commit 3648b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hw_capemgr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ exports.readPlatform = function(platform) {
413413
if(platform.name == 'A335BNLT') platform.name = 'BeagleBone Black';
414414
platform.version = fs.readFileSync(my.is_capemgr() + '/baseboard/revision',
415415
'ascii').trim();
416-
if(platform.version[0] == 0x1A)) {
416+
if(platform.version[0] == 0x1A) {
417417
platform.version = '1A';
418418
platform.name = 'BeagleBone Green';
419419
}

0 commit comments

Comments
 (0)