Sfoglia il codice sorgente

* enable random on avr, it does not increase program size if not used

florian 3 anni fa
parent
commit
ab1a31d9ac
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      rtl/embedded/system.cfg

+ 4 - 0
rtl/embedded/system.cfg

@@ -35,6 +35,10 @@
 # include exit code support
 # include exit code support
 -SfEXITCODE
 -SfEXITCODE
 
 
+#ifdef CPUAVR
+-SfRANDOM
+#endif CPUAVR
+
 # i386 is powerful enough to handle most object pascal constructs
 # i386 is powerful enough to handle most object pascal constructs
 # it is only a matter of size
 # it is only a matter of size
 #ifdef CPUI386
 #ifdef CPUI386