Skip to content

Commit 8d9a60a

Browse files
committed
fixed cmakelist to refer to correct library
1 parent cdf2d4d commit 8d9a60a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_IMX/gpio_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifdef __cplusplus
2121
extern "C" {
2222
#endif
23-
23+
#include "PinNames.h"
2424
typedef struct {
2525
PinName pin;
2626
} gpio_t;

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1170/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ target_sources(mbed-mimxrt1170-evk
3535
drivers/fsl_lpi2c.c
3636
drivers/fsl_lpspi.c
3737
drivers/fsl_lpuart.c
38+
drivers/fsl_pit.c
3839
drivers/fsl_pmu.c
3940
drivers/fsl_pwm.c
4041
drivers/fsl_xbara.c
@@ -45,7 +46,7 @@ target_sources(mbed-mimxrt1170-evk
4546
target_link_libraries(mbed-mimxrt1170-evk
4647
INTERFACE
4748
mbed-mcuxpresso-mcus
48-
mbed-evk
49+
mbed-rt1170-evk
4950
mbed-imx
5051
)
5152

0 commit comments

Comments
 (0)