From 57b82af3a04c7832c09e9d66f409313439e648ac Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 12 Dec 2022 15:26:39 -0500 Subject: [PATCH] Hard fault on Port E config (CAN0) due to not sizing the table correctly @PetervdPerk-NXP bit by the non-auto sizing table bug again! Symptom: Hard fault on Port E config (CAN0) --- boards/nxp/ucans32k146/src/board_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nxp/ucans32k146/src/board_config.h b/boards/nxp/ucans32k146/src/board_config.h index adc0a7f8f3..c66abf53ab 100644 --- a/boards/nxp/ucans32k146/src/board_config.h +++ b/boards/nxp/ucans32k146/src/board_config.h @@ -90,7 +90,7 @@ __BEGIN_DECLS /* Count of peripheral clock user configurations */ -#define NUM_OF_PERIPHERAL_CLOCKS_0 18 +#define NUM_OF_PERIPHERAL_CLOCKS_0 19 /* High-resolution timer */