diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-17 18:33:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-17 18:33:35 +0000 |
commit | 1d23eb296156769cff3e41bd7026db1cd2538664 (patch) | |
tree | 512bbaa17560196c09dcce171bcb28a367838542 /src/chdebug.c | |
parent | 3d3e5728aa1d14444b99732426d36f6375013727 (diff) | |
download | ChibiOS-1d23eb296156769cff3e41bd7026db1cd2538664.tar.gz ChibiOS-1d23eb296156769cff3e41bd7026db1cd2538664.tar.bz2 ChibiOS-1d23eb296156769cff3e41bd7026db1cd2538664.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@474 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chdebug.c')
-rw-r--r-- | src/chdebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chdebug.c b/src/chdebug.c index 14b57669d..a826776fe 100644 --- a/src/chdebug.c +++ b/src/chdebug.c @@ -36,6 +36,7 @@ void chDbgInit(void) { /**
* Prints a panic message on the console/debugger and then halts the system.
+ * @param msg the pointer to the message string
*/
void chDbgPanic(char *msg) {
|