Browse Source

* increase ram size of the avrsim controller target

git-svn-id: trunk@33066 -
florian 9 years ago
parent
commit
56b6cedcf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/avr/cpuinfo.pas

+ 1 - 1
compiler/avr/cpuinfo.pas

@@ -278,7 +278,7 @@ Const
         flashbase:0;
         flashbase:0;
         flashsize:$20000;
         flashsize:$20000;
         srambase:256;
         srambase:256;
-        sramsize:4096;
+        sramsize:32*1024;
         eeprombase:0;
         eeprombase:0;
         eepromsize:4096;
         eepromsize:4096;
         )
         )