type of ‘assert’ defaults to ‘int’

This commit is contained in:
Koen De Vleeschauwer 2021-11-22 19:45:16 +01:00 committed by UweBonnes
parent d4cd81fa36
commit bb4151377f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ int cmsis_dap_jtagtap_init(jtag_proc_t *jtag_proc) {return -1;}
int dap_swdptap_init(ADIv5_DP_t *dp) {return -1;}
int dap_jtag_dp_init(ADIv5_DP_t *dp) {return -1;}
void dap_swd_configure(uint8_t cfg) {};
void dap_srst_set_val(assert) {};
void dap_srst_set_val(bool assert) {};
# pragma GCC diagnostic pop
#endif