Merge pull request #304 from pigrew/stm32_xfer_rewrite

STM32FSDEV: Rewrite transfer ISR
This commit is contained in:
Ha Thach
2020-03-25 10:19:07 +07:00
committed by GitHub
3 changed files with 121 additions and 150 deletions
+1 -4
View File
@@ -185,10 +185,7 @@ void HardFault_Handler (void)
*/
void assert_failed(char *file, uint32_t line)
{
/* USER CODE BEGIN 6 */
/* User can add his own implementation to report the file name and line number,
tex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
/* USER CODE END 6 */
TU_LOG1("Assertion failed (%s:%ld)\r\n", file, line);
}
#endif /* USE_FULL_ASSERT */