Skip to content

Commit 51d59fa

Browse files
soburifabiobaltieri
authored andcommitted
include: zephyr: linker: linker-devnull: Fix include-guard
The implementation of include-guard is incomplete, so I fixed it. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent b5b0013 commit 51d59fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/linker/linker-devnull.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212

1313
#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_DEVNULL_H_
14+
#define ZEPHYR_INCLUDE_LINKER_LINKER_DEVNULL_H_
1415

1516
#if defined(CONFIG_LINKER_DEVNULL_MEMORY)
1617

0 commit comments

Comments
 (0)