mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
4008f0d1e6
fix build error with nrfx 2.0
19 lines
378 B
C
19 lines
378 B
C
#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__
|