diff options
Diffstat (limited to 'ports/nrf/common-hal/microcontroller/Processor.h')
| -rw-r--r-- | ports/nrf/common-hal/microcontroller/Processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/common-hal/microcontroller/Processor.h b/ports/nrf/common-hal/microcontroller/Processor.h index 00d95ad4f..4049c165f 100644 --- a/ports/nrf/common-hal/microcontroller/Processor.h +++ b/ports/nrf/common-hal/microcontroller/Processor.h @@ -27,6 +27,8 @@ #ifndef MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H #define MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H +#define COMMON_HAL_MCU_PROCESSOR_UID_LENGTH 8 + #include "py/obj.h" typedef struct { |
