Compiling nrf-hal-common v0.14.1 error[E0428]: the name `EASY_DMA_SIZE` is defined multiple times --> /Users/noah/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nrf-hal-common-0.14.1/src/lib.rs:121:5 | 109 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1; | ---------------------------------------------- previous definition of the value `EASY_DMA_SIZE` here ... 121 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `EASY_DMA_SIZE` redefined here | = note: `EASY_DMA_SIZE` must be defined only once in the value namespace of this module