summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/mcu/nordic/nrfx_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/hw/mcu/nordic/nrfx_config.h')
-rwxr-xr-xtinyusb/hw/mcu/nordic/nrfx_config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tinyusb/hw/mcu/nordic/nrfx_config.h b/tinyusb/hw/mcu/nordic/nrfx_config.h
deleted file mode 100755
index 6a974ba7..00000000
--- a/tinyusb/hw/mcu/nordic/nrfx_config.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef NRFX_CONFIG_H__
-#define NRFX_CONFIG_H__
-
-#define NRFX_POWER_ENABLED 1
-#define NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY 7
-
-#define NRFX_CLOCK_ENABLED 0
-
-#define NRFX_UARTE_ENABLED 1
-#define NRFX_UARTE0_ENABLED 1
-
-#define NRFX_UARTE1_ENABLED 0
-#define NRFX_UARTE2_ENABLED 0
-#define NRFX_UARTE3_ENABLED 0
-
-#define NRFX_PRS_ENABLED 0
-
-#endif // NRFX_CONFIG_H__