Browse Source

* increase ram size of the avrsim controller target

git-svn-id: trunk@33066 -
florian 9 năm trước cách đây
mục cha
commit
56b6cedcf4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         )