Skip to content

Commit 5a25d23

Browse files
Thalleykartben
authored andcommitted
include: arch: ffs: include toolchain.h
Modify the include of toolchain/common.h to toolchain.h The reason why we should/cannot include toolchain/common.h is that it has an #error if included directly, and it requires including it via toolchain.h instead. Signed-off-by: Emil Gydesen <[email protected]>
1 parent f4aa29d commit 5a25d23

File tree

1 file changed

+1
-1
lines changed
  • include/zephyr/arch/common

1 file changed

+1
-1
lines changed

include/zephyr/arch/common/ffs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef _ASMLANGUAGE
1212

1313
#include <zephyr/types.h>
14-
#include <zephyr/toolchain/common.h>
14+
#include <zephyr/toolchain.h>
1515

1616
#ifdef __cplusplus
1717
extern "C" {

0 commit comments

Comments
 (0)