update ci to also build host example
This commit is contained in:
0
examples/host/cdc_msc_hid/.only.MCU_LPC175X_6X
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC175X_6X
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC177X_8X
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC177X_8X
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC18XX
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC18XX
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC40XX
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC40XX
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC43XX
Normal file
0
examples/host/cdc_msc_hid/.only.MCU_LPC43XX
Normal file
@@ -185,7 +185,8 @@ void tuh_hid_keyboard_unmounted_cb(uint8_t dev_addr)
|
||||
// invoked ISR context
|
||||
void tuh_hid_keyboard_isr(uint8_t dev_addr, xfer_result_t event)
|
||||
{
|
||||
|
||||
(void) dev_addr;
|
||||
(void) event;
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -206,6 +207,8 @@ void tuh_hid_mouse_unmounted_cb(uint8_t dev_addr)
|
||||
// invoked ISR context
|
||||
void tuh_hid_mouse_isr(uint8_t dev_addr, xfer_result_t event)
|
||||
{
|
||||
(void) dev_addr;
|
||||
(void) event;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user