Skip to content

Commit dc18aa3

Browse files
committed
/ports/nrf/common-hal/microcontroller/Processor.h: add UID
/ports/nrf/common-hal/microcontroller/Processor.h: add UID length definition.
1 parent b6ddaba commit dc18aa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nrf/common-hal/microcontroller/Processor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#ifndef MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
2828
#define MICROPY_INCLUDED_NRF_COMMON_HAL_MICROCONTROLLER_PROCESSOR_H
2929

30+
#define COMMON_HAL_MCU_PROCESSOR_UID_LENGTH 8
31+
3032
#include "py/obj.h"
3133

3234
typedef struct {

0 commit comments

Comments
 (0)