arch/arm/src/s32k1xx: Clocking logic was including the wrong 'clock name' files for the S32K11x family.

This commit is contained in:
Gregory Nutt 2019-08-22 10:57:28 -06:00
parent 50e56f1d50
commit 686ef9b317
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
#include <stdbool.h>
#if defined(CONFIG_ARCH_CHIP_S32K11X)
# include "s32k14x/s32k14x_clocknames.h"
# include "s32k11x/s32k11x_clocknames.h"
#elif defined(CONFIG_ARCH_CHIP_S32K14X)
# include "s32k14x/s32k14x_clocknames.h"
#endif

View File

@ -73,7 +73,7 @@
#include "s32k1xx_config.h"
#if defined(CONFIG_ARCH_CHIP_S32K11X)
# include "s32k14x/s32k14x_clocknames.h"
# include "s32k11x/s32k11x_clocknames.h"
#elif defined(CONFIG_ARCH_CHIP_S32K14X)
# include "s32k14x/s32k14x_clocknames.h"
#endif