clean up f0 warnings

This commit is contained in:
hathach
2023-03-03 16:13:12 +07:00
parent 9a8a9359e4
commit 7089535848
3 changed files with 4 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ void HardFault_Handler (void)
* @param line: assert_param error line source number
* @retval None
*/
void assert_failed(uint8_t* file, uint32_t line)
void assert_failed(const char* file, uint32_t line)
{
(void) file; (void) line;
/* USER CODE BEGIN 6 */