Same bug as before in different config

This commit is contained in:
fabian 2014-12-12 21:13:39 +01:00
parent 5306c84327
commit 7bf029f7bb
1 changed files with 1 additions and 1 deletions

View File

@ -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;