update gencode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user