We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe9c3a commit 3648b2aCopy full SHA for 3648b2a
1 file changed
src/hw_capemgr.js
@@ -413,7 +413,7 @@ exports.readPlatform = function(platform) {
413
if(platform.name == 'A335BNLT') platform.name = 'BeagleBone Black';
414
platform.version = fs.readFileSync(my.is_capemgr() + '/baseboard/revision',
415
'ascii').trim();
416
- if(platform.version[0] == 0x1A)) {
+ if(platform.version[0] == 0x1A) {
417
platform.version = '1A';
418
platform.name = 'BeagleBone Green';
419
}
0 commit comments