Explorar o código

* increase ram size of the avrsim controller target

git-svn-id: trunk@33066 -
florian %!s(int64=9) %!d(string=hai) anos
pai
achega
56b6cedcf4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         )