Explorar el Código

* use heapmgr to make more test programs work with avrsim

git-svn-id: trunk@30753 -
florian hace 10 años
padre
commit
8de58f5db2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/embedded/avr/avrsim.pp

+ 1 - 1
rtl/embedded/avr/avrsim.pp

@@ -19,7 +19,7 @@ unit avrsim;
   implementation
 
     uses
-      consoleio;
+      consoleio,heapmgr;
 
     procedure PASCALMAIN; external name 'PASCALMAIN';