mirror of https://github.com/contiki-ng/mspsim
Same bug as before in different config
This commit is contained in:
parent
5306c84327
commit
7bf029f7bb
|
|
@ -127,7 +127,7 @@ public class MSP430f2617Config extends MSP430Config {
|
|||
cpu.setIORange(0x080, 16, adc12);
|
||||
cpu.setIORange(0x140, 16, adc12);
|
||||
cpu.setIORange(0x150, 16, adc12);
|
||||
cpu.setIORange(0x1a0, 8, adc12);
|
||||
cpu.setIORange(0x1a0, 10, adc12);
|
||||
|
||||
/* 4 usci units + 6 io port*/
|
||||
return 4 + 6;
|
||||
|
|
|
|||
Loading…
Reference in New Issue