Skip to content
Snippets Groups Projects
Commit 2b1a0dc9 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

Merge pull request #4337 from BytesGalore/typo_in_kernel_macros

core: fix typo in kernel_macros.h (alternative to #3364)
parents bfabce9f 2b2408dd
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* @author René Kijewski * @author René Kijewski
*/ */
#ifndef KENREL_MACROS_H #ifndef KERNEL_MACROS_H
#define KENREL_MACROS_H #define KERNEL_MACROS_H
#include <stddef.h> #include <stddef.h>
...@@ -61,7 +61,7 @@ extern "C" { ...@@ -61,7 +61,7 @@ extern "C" {
} }
#endif #endif
#endif /* KENREL_MACROS_H */ #endif /* KERNEL_MACROS_H */
/** /**
* @} * @}
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment