浏览代码

* increase ram size of the avrsim controller target

git-svn-id: trunk@33066 -
florian 9 年之前
父节点
当前提交
56b6cedcf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/avr/cpuinfo.pas

+ 1 - 1
compiler/avr/cpuinfo.pas

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