Skip to content

Commit 3dc35fc

Browse files
committed
bricks/ev3dev: remove PBYRICKS_PORT_BUILTINS
This was misspelled, but since it wasn't doing anything we can just remove it instead of fixing the spelling.
1 parent c43465c commit 3dc35fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

bricks/ev3dev/brickconfig.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ extern const struct _mp_obj_module_t pb_module_usignal;
4444
{ MP_ROM_QSTR(MP_QSTR_bluetooth_c), MP_ROM_PTR(&pb_module_bluetooth) }, \
4545
{ MP_ROM_QSTR(MP_QSTR_media_ev3dev_c), MP_ROM_PTR(&pb_module_media_ev3dev) }, \
4646
{ MP_ROM_QSTR(MP_QSTR_usignal), MP_ROM_PTR(&pb_module_usignal) },
47-
48-
#define PBYRICKS_PORT_BUILTINS

bricks/ev3dev/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ void mp_unix_mark_exec(void);
373373
#endif
374374

375375
#define MICROPY_PORT_BUILTINS \
376-
PBYRICKS_PORT_BUILTINS \
377376
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },
378377

379378
#define MP_STATE_PORT MP_STATE_VM

0 commit comments

Comments
 (0)