Solved
WHAT IS THE static HAL_StatusTypeDef name_funtion()?
I am using an example that i want use in my keil Project. the example is in stm32cubeide with HAL library, i am working in keil with standard peripheral. i want use.I want to change the statement of this function using standard peripheral, I know static is a classifier for Hal_statusTypeDef, how do I modify Hal_statusTypedef without using Hal?
I can use "static void name_function()" ?
