extmod/uplatform: Remove unused definitions.

pull/8010/head
stijn 2021-09-27 11:05:07 +02:00 zatwierdzone przez Damien George
rodzic e5f9e2febc
commit 1e5875557a
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -99,14 +99,6 @@
#define PLATFORM_SYSTEM "MicroPython"
#endif
#ifndef MICROPY_HW_BOARD_NAME
#define MICROPY_HW_BOARD_NAME PLATFORM_ARCH
#endif
#ifndef MICROPY_HW_MCU_NAME
#define MICROPY_HW_MCU_NAME ""
#endif
#ifndef MICROPY_HAL_VERSION
#define MICROPY_HAL_VERSION ""
#endif