From c2db8bcd1b1182796dc6987a103a8aa831ca01ab Mon Sep 17 00:00:00 2001 From: dejoigny Date: Wed, 17 May 2006 18:43:56 +0000 Subject: [PATCH] Modifs mineures. --- include/hcs12/applicfg.h | 2 +- include/objacces.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/hcs12/applicfg.h b/include/hcs12/applicfg.h index f922469..454b3ed 100644 --- a/include/hcs12/applicfg.h +++ b/include/hcs12/applicfg.h @@ -76,7 +76,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // 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 --git a/include/objacces.h b/include/objacces.h index a6f3b83..2f37977 100644 --- a/include/objacces.h +++ b/include/objacces.h @@ -44,11 +44,11 @@ typedef UNS32 (*valueRangeTest_t)(UNS8 typeValue, void *Value); /** 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) -- 2.39.2