Skip to content

Commit

Permalink
include: zephyr: linker: linker-devnull: Fix include-guard
Browse files Browse the repository at this point in the history
The implementation of include-guard is incomplete, so I fixed it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi authored and fabiobaltieri committed Dec 7, 2024
1 parent b5b0013 commit 51d59fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/linker/linker-devnull.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_DEVNULL_H_
#define ZEPHYR_INCLUDE_LINKER_LINKER_DEVNULL_H_

#if defined(CONFIG_LINKER_DEVNULL_MEMORY)

Expand Down

0 comments on commit 51d59fa

Please sign in to comment.