summaryrefslogtreecommitdiff
path: root/chip/g/usb_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/usb_spi.h')
-rw-r--r--chip/g/usb_spi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chip/g/usb_spi.h b/chip/g/usb_spi.h
index cedfe78485..a98157753f 100644
--- a/chip/g/usb_spi.h
+++ b/chip/g/usb_spi.h
@@ -159,11 +159,14 @@ extern struct consumer_ops const usb_spi_consumer_ops;
*
* ENDPOINT is the index of the USB bulk endpoint used for receiving and
* transmitting bytes.
+ *
+ * FLAGS is unused right now, but add to definition for consistency
*/
#define USB_SPI_CONFIG(NAME, \
INTERFACE, \
- ENDPOINT) \
+ ENDPOINT, \
+ FLAGS) \
\
static uint8_t CONCAT2(NAME, _buffer_)[USB_MAX_PACKET_SIZE]; \
static void CONCAT2(NAME, _deferred_)(void); \