We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9af4e1 commit 25dde83Copy full SHA for 25dde83
ports/nrf/drivers/usb/tusb_config.h
@@ -31,4 +31,11 @@
31
// Device configuration
32
#define CFG_TUSB_MCU OPT_MCU_NRF5X
33
34
+// TinyUSB uses newer style errata functions, but we currently don't have the
35
+// latest nrfx component. So provide macros mapping the new name to the old.
36
+#include "nrfx_usbd_errata.h"
37
+#define nrf52_errata_166 nrfx_usbd_errata_166
38
+#define nrf52_errata_171 nrfx_usbd_errata_171
39
+#define nrf52_errata_187 nrfx_usbd_errata_187
40
+
41
#endif // MICROPY_INCLUDED_NRF_TUSB_CONFIG_H
0 commit comments