# HG changeset patch # User dejoigny # Date 1147891436 -7200 # Node ID 0e43acff2c96140a27e74db0f2127d43e518947c # Parent 1d3b9ad366c8e2af2753b314cbe8d9f9020744d1 Modifs mineures. diff -r 1d3b9ad366c8 -r 0e43acff2c96 include/hcs12/applicfg.h --- a/include/hcs12/applicfg.h Wed May 17 20:40:17 2006 +0200 +++ b/include/hcs12/applicfg.h Wed May 17 20:43:56 2006 +0200 @@ -76,7 +76,7 @@ // SERIAL_SCI0_BAUD_RATE 57600 BUS_CLOCK 24 Send Failed Receive not tested // SERIAL_SCI0_BAUD_RATE 115200 BUS_CLOCK 24 Send Failed Receive not tested -#define SERIAL_SCI0_BAUD_RATE 19200 +#define SERIAL_SCI0_BAUD_RATE 38400 #define SERIAL_SCI1_BAUD_RATE 9600 diff -r 1d3b9ad366c8 -r 0e43acff2c96 include/objacces.h --- a/include/objacces.h Wed May 17 20:40:17 2006 +0200 +++ b/include/objacces.h Wed May 17 20:43:56 2006 +0200 @@ -44,11 +44,11 @@ /** Print MSG_WAR (s) if error to the access to the object dictionary occurs. -You must uncomment the lines +You must uncomment the lines*/ //#define DEBUG_CAN //#define DEBUG_WAR_CONSOLE_ON //#define DEBUG_ERR_CONSOLE_ON -in the file objaccess.c +/*in the file objaccess.c sizeDataDict : Size of the data defined in the dictionary sizeDataGiven : Size data given by the user. code : error code to print. (SDO abort code. See file def.h)