Skip to content

Commit

Permalink
fix unterminated #ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Darius Berghe <[email protected]>
  • Loading branch information
buha committed Nov 1, 2023
1 parent ee5aafb commit befc8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/MAXUSB/include/core/maxq/usbio_maxq.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ int usbio_writefifo(unsigned int reg, uint8_t *data, unsigned int num);

#ifdef __cplusplus
}
#endif

#endif //LIBRARIES_MAXUSB_INCLUDE_CORE_MAXQ_USBIO_MAXQ_H_

0 comments on commit befc8a3

Please sign in to comment.