X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2F_autobaud.c;h=86dfb36695512c5eacdf1ada30cb26cd2dc96558;hb=e10aebf3bea54c2e1dd96d1108b673ded5764c39;hp=6799f916e59bc2d8f30450506297f7f74a948858;hpb=8b4ca85ec146233e3ecc3885bff1995850c8f9ec;p=fw%2Fsdcc diff --git a/device/lib/_autobaud.c b/device/lib/_autobaud.c index 6799f916..86dfb366 100644 --- a/device/lib/_autobaud.c +++ b/device/lib/_autobaud.c @@ -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 +#include <8051.h> /* ; To set the baud rate, use this formula or use autobaud() ; baud_const = 256 - (crystal / (12 * 16 * baud)) */