Skip to content

Commit 4878dbd

Browse files
authored
Update modmachine.h
Zeile hinzugefügt. Unklar ob nötig Signed-off-by: luxlux <[email protected]>
1 parent 0562fe7 commit 4878dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extmod/modmachine.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(machine_deepsleep_obj);
255255
MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(machine_bootloader_obj);
256256
MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(machine_bitstream_obj);
257257
MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(machine_time_pulse_us_obj);
258+
MP_DECLARE_CONST_FUN_OBJ_VAR_BETWEEN(machine_base_mac_addr_obj);
258259

259260
#if MICROPY_PY_MACHINE_I2C
260261
int mp_machine_i2c_transfer_adaptor(mp_obj_base_t *self, uint16_t addr, size_t n, mp_machine_i2c_buf_t *bufs, unsigned int flags);

0 commit comments

Comments
 (0)