Skip to content

Commit 635bdc1

Browse files
committed
fix ci build
1 parent 0c9d7a2 commit 635bdc1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/device/dcd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bool dcd_edpt_iso_activate(uint8_t rhport, tusb_desc_endpoint_t const * desc_ep)
181181

182182
#else
183183
// Close an endpoint.
184-
void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr);
184+
void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr) TU_ATTR_WEAK;
185185

186186
#endif
187187

src/device/usbd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,6 @@ void usbd_edpt_close(uint8_t rhport, uint8_t ep_addr) {
14241424
#else
14251425
rhport = _usbd_rhport;
14261426

1427-
TU_ASSERT(dcd_edpt_close, /**/);
14281427
TU_LOG_USBD(" CLOSING Endpoint: 0x%02X\r\n", ep_addr);
14291428

14301429
uint8_t const epnum = tu_edpt_number(ep_addr);

test/hil/rpi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "max32666fthr",
1919
"uid": "0C81464124010B20FF0A08CC2C",
2020
"flasher": "openocd_adi",
21-
"flasher_sn": "040917023bffc88100000000000000000000000097969906",
21+
"flasher_sn": "042217023bffc88100000000000000000000000097969906",
2222
"flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
2323
},
2424
{

0 commit comments

Comments
 (0)