|
From: <ak...@us...> - 2008-02-17 16:34:47
|
Revision: 851
http://can.svn.sourceforge.net/can/?rev=851&view=rev
Author: akhe
Date: 2008-02-17 08:34:37 -0800 (Sun, 17 Feb 2008)
Log Message:
-----------
Modified Paths:
--------------
trunk/firmware/arm/str/common/str75x_lib/src/75x_lib.c
Modified: trunk/firmware/arm/str/common/str75x_lib/src/75x_lib.c
===================================================================
--- trunk/firmware/arm/str/common/str75x_lib/src/75x_lib.c 2008-02-17 16:06:31 UTC (rev 850)
+++ trunk/firmware/arm/str/common/str75x_lib/src/75x_lib.c 2008-02-17 16:34:37 UTC (rev 851)
@@ -27,16 +27,16 @@
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/
-#ifdef LIBDEBUG
+#ifdef DEBUG
/*******************************************************************************
-* Function Name : libdebug
+* Function Name : debug
* Description : This function initialize peripherals pointers.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
-void libdebug(void)
+void debug(void)
{
/************************************* SMI ************************************/
#ifdef _SMI
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|