diff options
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) {
|