diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-12 22:34:05 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-12 22:34:05 -0500 |
| commit | e92d90ce9cd93454d2c4301a18d49b980e32c65e (patch) | |
| tree | f60e554cb3e3c9bde2d3e2ba9eb199900cdde71d /ports/nrf/nrfx_config.h | |
| parent | 66b0c67f54e76171b974a881776f9c3c2f30c5e7 (diff) | |
Add second UARTE to busio.UART. Init uarts on startup.
Diffstat (limited to 'ports/nrf/nrfx_config.h')
| -rw-r--r-- | ports/nrf/nrfx_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/nrfx_config.h b/ports/nrf/nrfx_config.h index 8676bd7f8..62ceaea19 100644 --- a/ports/nrf/nrfx_config.h +++ b/ports/nrf/nrfx_config.h @@ -52,6 +52,7 @@ // UART #define NRFX_UARTE_ENABLED 1 #define NRFX_UARTE0_ENABLED 1 +#define NRFX_UARTE1_ENABLED 1 // PWM #define NRFX_PWM0_ENABLED 1 |
