Implemented checksumming

This commit is contained in:
Mark Qvist 2014-04-04 17:05:53 +02:00
parent b350d3cd8c
commit 0c4bc75be9
6 changed files with 67 additions and 16 deletions

View file

@ -49,7 +49,7 @@
* Baudrate for the debug console.
* $WIZ$ type = "int"; min = 300
*/
#define CONFIG_KDEBUG_BAUDRATE 115200UL
#define CONFIG_KDEBUG_BAUDRATE 57600UL
/**
* Clock source for the UART module. You need to write the code to reprogram the respective clock at the required frequency in your project before calling kdbg_init().