We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39130f2 commit 420aae5Copy full SHA for 420aae5
stm32cube/stm32c5xx/README
@@ -40,4 +40,6 @@ Patch List:
40
-dos2unix applied
41
-trailing white spaces removed
42
43
+ *stm32c5xx_hal_conf.h: Enable USE_HAL_ETH_REGISTER_CALLBACKS
44
+
45
See release_note.html from STM32Cube
stm32cube/stm32c5xx/drivers/templates/common/stm32c5xx_hal_conf.h
@@ -246,7 +246,7 @@ extern "C" {
246
*/
247
/* ########################## HAL_ETH Config #################################### */
248
#define USE_HAL_ETH_MODULE 1U
249
-#define USE_HAL_ETH_REGISTER_CALLBACKS 0U
+#define USE_HAL_ETH_REGISTER_CALLBACKS 1U
250
#define USE_HAL_ETH_CLK_ENABLE_MODEL HAL_CLK_ENABLE_NO
251
#define USE_HAL_ETH_USER_DATA 0U
252
#define USE_HAL_ETH_GET_LAST_ERRORS 0U
0 commit comments