X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Fhalconf.h;h=e556d4868050a5c63c62a3c67c5f8a450aa7e93c;hb=64f379e7446a716257f6030157f2cb254200aa7b;hp=82602b403dd6ab4a21b0896560f3d942b4bd8efe;hpb=fb5465ae10e39a9505634e0aaf8e1cab9710f5d7;p=mTask.git diff --git a/int/halconf.h b/int/halconf.h index 82602b4..e556d48 100644 --- a/int/halconf.h +++ b/int/halconf.h @@ -294,7 +294,7 @@ * default configuration. */ #if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__) -#define SERIAL_DEFAULT_BITRATE 38400 +#define SERIAL_DEFAULT_BITRATE 9600 #endif /** @@ -305,7 +305,7 @@ * buffers. */ #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) -#define SERIAL_BUFFERS_SIZE 16 +#define SERIAL_BUFFERS_SIZE 256 #endif /*===========================================================================*/