Skip to content

Commit 5a3620f

Browse files
committed
Fix MP1 test
1 parent f6c0a36 commit 5a3620f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/hal/stm32mp1xx_hal_conf.h

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
#define HAL_PWR_MODULE_ENABLED
6868
#define HAL_CORTEX_MODULE_ENABLED
6969

70+
/* The MDIOS module is broken for STM32CubeMP1
71+
* Disable it here so that it isn't built
72+
*/
73+
#undef HAL_MDIOS_MODULE_ENABLED
74+
7075
/* ########################## Register Callbacks selection ############################## */
7176
/**
7277
* @brief This is the list of modules where register callback can be used

0 commit comments

Comments
 (0)