Skip to content

Commit af9c1f4

Browse files
committed
bricks/mpconfigport: remove duplicate/unused stuff
Remove a few duplicate or unused definitions in the hub mpconfigport.h files.
1 parent 9db2873 commit af9c1f4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

bricks/essentialhub/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#define PYBRICKS_HUB_NAME "essentialhub"
1010
#define PYBRICKS_HUB_CLASS_NAME (MP_QSTR_EssentialHub)
11-
#undef PYBRICKS_HUB_CLASS_NAME_ALIAS
1211
#define PYBRICKS_HUB_ESSENTIALHUB (1)
1312

1413
// Pybricks modules

bricks/nxt/mpconfigport.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
// Copyright (c) 2018-2023 The Pybricks Authors
33

4-
#include <stdint.h>
5-
6-
#define MICROPY_BANNER_NAME_AND_VERSION "Pybricks MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
74
#define MICROPY_HW_BOARD_NAME "LEGO MINDSTORMS NXT Brick"
85
#define MICROPY_HW_MCU_NAME "AT91SAM7S256"
96

0 commit comments

Comments
 (0)