mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
arch/arm/src/s32k1xx: Clocking logic was including the wrong 'clock name' files for the S32K11x family.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user