response to ''HAL Code Quality''
Posted on July 14, 2016 at 14:16Hello Mayla,here are some examples:* If there is a function that can not fail, please use void as return type:„HAL_StatusTypeDef HAL_DeInit(void)'' should be „void HAL_DeInit(void)“. If the software does not contain ...