#include <reg51.h> is replaced by #include <8051.h>
[fw/sdcc] / device / lib / _autobaud.c
index 6799f916e59bc2d8f30450506297f7f74a948858..86dfb36695512c5eacdf1ada30cb26cd2dc96558 100644 (file)
@@ -25,7 +25,7 @@
   You are forbidden to forbid anyone else to use, share and improve
   what you give them.   Help stamp out software-hoarding!
   -------------------------------------------------------------------------*/
-#include <reg51.h>
+#include <8051.h>
 /*
 ; To set the baud rate, use this formula or use autobaud()
 ; baud_const = 256 - (crystal / (12 * 16 * baud)) */