change gcc to 10.3 due to freeRTOS warning
This commit is contained in:
@@ -151,7 +151,7 @@ void HardFault_Handler (void)
|
||||
* @param line: assert_param error line source number
|
||||
* @retval None
|
||||
*/
|
||||
void assert_failed(char *file, uint32_t line)
|
||||
void assert_failed(const char *file, uint32_t line)
|
||||
{
|
||||
/* USER CODE BEGIN 6 */
|
||||
/* User can add his own implementation to report the file name and line number,
|
||||
|
Reference in New Issue
Block a user