Skip to content

Commit

Permalink
core: fix typo in kernel_macros.h (alternative to RIOT-OS#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGalore authored and BytesGalore committed Nov 24, 2015
1 parent 7af2a62 commit 2b2408d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/include/kernel_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* @author René Kijewski
*/

#ifndef KENREL_MACROS_H
#define KENREL_MACROS_H
#ifndef KERNEL_MACROS_H
#define KERNEL_MACROS_H

#include <stddef.h>

Expand Down Expand Up @@ -61,7 +61,7 @@ extern "C" {
}
#endif

#endif /* KENREL_MACROS_H */
#endif /* KERNEL_MACROS_H */
/**
* @}
*/

0 comments on commit 2b2408d

Please sign in to comment.