Skip to content

Commit f197fe0

Browse files
talih0carlescufi
authored andcommitted
soc: arm: infineon_xmc: Set include headers via xmc_device.h
xmc_device.h sets which XMC4xxx.h file to include and also sets other defines such as GLOCK_GATING_SUPPORTED. Signed-off-by: Andriy Gelman <[email protected]>
1 parent 72f6260 commit f197fe0

File tree

1 file changed

+1
-2
lines changed
  • soc/arm/infineon_xmc/4xxx

1 file changed

+1
-2
lines changed

soc/arm/infineon_xmc/4xxx/soc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
*
77
*/
88

9-
#include <system_XMC4500.h>
10-
#include <XMC4500.h>
9+
#include <xmc_device.h>

0 commit comments

Comments
 (0)