|
@@ -72,7 +72,7 @@ long trailing_strtoln(const char *str, const char *end);
|
|
* panic() - Print a message and reset/hang
|
|
* panic() - Print a message and reset/hang
|
|
*
|
|
*
|
|
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
|
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
|
- * defined, then it will hang instead of reseting.
|
|
|
|
|
|
+ * defined, then it will hang instead of resetting.
|
|
*
|
|
*
|
|
* @param fmt: printf() format string for message, which should not include
|
|
* @param fmt: printf() format string for message, which should not include
|
|
* \n, followed by arguments
|
|
* \n, followed by arguments
|
|
@@ -84,7 +84,7 @@ void panic(const char *fmt, ...)
|
|
* panic_str() - Print a message and reset/hang
|
|
* panic_str() - Print a message and reset/hang
|
|
*
|
|
*
|
|
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
|
* Prints a message on the console(s) and then resets. If CONFIG_PANIC_HANG is
|
|
- * defined, then it will hang instead of reseting.
|
|
|
|
|
|
+ * defined, then it will hang instead of resetting.
|
|
*
|
|
*
|
|
* This function can be used instead of panic() when your board does not
|
|
* This function can be used instead of panic() when your board does not
|
|
* already use printf(), * to keep code size small.
|
|
* already use printf(), * to keep code size small.
|