mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core/include/panic.h: fix typos
This commit is contained in:
parent
32c10ae2c9
commit
24e7869484
@ -75,10 +75,10 @@ typedef enum {
|
||||
NORETURN void core_panic(core_panic_t crash_code, const char *message);
|
||||
|
||||
/**
|
||||
* @brief architecture dependent handling of an panic case
|
||||
* @brief architecture dependent handling of a panic case
|
||||
*
|
||||
* This function gives the CPU the possibility to execute architecture
|
||||
* dependent code in case of an severe error.
|
||||
* dependent code in case of a severe error.
|
||||
*/
|
||||
void panic_arch(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user