aboutsummaryrefslogtreecommitdiffstats
path: root/src/chdebug.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-03 16:13:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-03 16:13:59 +0000
commit36deb792c105ce4900870abe69da77393ce7a692 (patch)
tree6edea4eec9246743540f417c5d1a005595428705 /src/chdebug.c
parent528e9fea357b8b24069d99657230ba28968f5d0c (diff)
downloadChibiOS-36deb792c105ce4900870abe69da77393ce7a692.tar.gz
ChibiOS-36deb792c105ce4900870abe69da77393ce7a692.tar.bz2
ChibiOS-36deb792c105ce4900870abe69da77393ce7a692.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@714 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chdebug.c')
-rw-r--r--src/chdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chdebug.c b/src/chdebug.c
index 238071cc4..41a0adc62 100644
--- a/src/chdebug.c
+++ b/src/chdebug.c
@@ -26,7 +26,7 @@ char *panicmsg;
/**
* @brief Debug subsystem initialization.
*/
-void chDbgInit(void) {
+void debug_init(void) {
#ifdef CH_USE_TRACE
dbgtb.tb_size = TRACE_BUFFER_SIZE;