소스 검색

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

florian 3 년 전
부모
커밋
ab1a31d9ac
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      rtl/embedded/system.cfg

+ 4 - 0
rtl/embedded/system.cfg

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