Fix typos in usb.c, llist_irqsafe.h and dfu.h

This commit is contained in:
Harald Welte
2017-11-28 19:16:10 +01:00
parent 119624f46f
commit f231541601
3 changed files with 5 additions and 5 deletions

View File

@@ -78,8 +78,8 @@ extern const USBDDriverDescriptors dfu_descriptors;
/* no DFU bootloader is being used */
#define DFURT_NUM_IF 0
#define DFURT_IF_DESCRIPTOR_STRUCT(a, b)
#define DFURT_IF_DESCRIPTOR
#define DFURT_IF_DESCRIPTOR_STRUCT
#define DFURT_IF_DESCRIPTOR(a, b)
#endif /* BOARD_USB_DFU */