Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 0859823

Browse files
author
sebba
committed
file platformSAMD.js fixed
1 parent 57b1edd commit 0859823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/compiler/platformSAMD.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ function Platform() {
9999
/* New Functionalities */
100100

101101
this.getCMISPath = function(){
102-
return [ this.root+((process.platform =='win32')? '\\hardware\\tools\\CMSIS\\CMSIS\\Include' : '/hardware/arduino/CMSIS/CMSIS/Include'),
103-
this.root+((process.platform =='win32')? '\\hardware\\tools\\CMSIS\\Device\\ATMEL' : '/hardware/arduino/CMSIS/Device/ATMEL')
102+
return [ this.root+((process.platform =='win32')? '\\hardware\\tools\\CMSIS\\CMSIS\\Include' : '/hardware/tools/CMSIS/CMSIS/Include'),
103+
this.root+((process.platform =='win32')? '\\hardware\\tools\\CMSIS\\Device\\ATMEL' : '/hardware/tools/CMSIS/Device/ATMEL')
104104
];
105105
}
106106

0 commit comments

Comments
 (0)