We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2873 commit af9c1f4Copy full SHA for af9c1f4
bricks/essentialhub/mpconfigport.h
@@ -8,7 +8,6 @@
8
9
#define PYBRICKS_HUB_NAME "essentialhub"
10
#define PYBRICKS_HUB_CLASS_NAME (MP_QSTR_EssentialHub)
11
-#undef PYBRICKS_HUB_CLASS_NAME_ALIAS
12
#define PYBRICKS_HUB_ESSENTIALHUB (1)
13
14
// Pybricks modules
bricks/nxt/mpconfigport.h
@@ -1,9 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
// Copyright (c) 2018-2023 The Pybricks Authors
3
4
-#include <stdint.h>
5
-
6
-#define MICROPY_BANNER_NAME_AND_VERSION "Pybricks MicroPython " MICROPY_GIT_TAG " on " MICROPY_BUILD_DATE
7
#define MICROPY_HW_BOARD_NAME "LEGO MINDSTORMS NXT Brick"
#define MICROPY_HW_MCU_NAME "AT91SAM7S256"
0 commit comments