update gencode

This commit is contained in:
LyuWeiye
2022-12-12 15:05:36 +08:00
parent 6dff9bbcee
commit e0a60d9438
102 changed files with 19991 additions and 19125 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ void rec(uint8_T *buff, uint16_T len);
* Start function
*
*/
void hal_uart_out_Start_wrapper(const uint8_T *uart_id, const int_T p_width0)
void __attribute__((weak)) hal_uart_out_Start_wrapper(const uint8_T *uart_id, const int_T p_width0)
{
/* %%%-SFUNWIZ_wrapper_Start_Changes_BEGIN --- EDIT HERE TO _END */
#ifdef HAL_IMPL
@@ -42,7 +42,7 @@ void hal_uart_out_Start_wrapper(const uint8_T *uart_id, const int_T p_width0)
* Output function
*
*/
void hal_uart_out_Outputs_wrapper(const uint8_T *buff,
void __attribute__((weak)) hal_uart_out_Outputs_wrapper(const uint8_T *buff,
const uint16_T *len,
const uint8_T *sep,
int32_T *ErrorCode,