Skip to content

Commit 69c71bd

Browse files
committed
fix some build errors
1 parent 34d63de commit 69c71bd

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@
4343
// USB is always used internally so skip the pin objects for it.
4444
#define IGNORE_PIN_PA24 1
4545
#define IGNORE_PIN_PA25 1
46-
47-
// Can't fit.
48-
#define CIRCUITPY_RE 0

ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CIRCUITPY_FREQUENCYIO = 0
1818
CIRCUITPY_I2CPERIPHERAL = 0
1919
CIRCUITPY_MSGPACK = 0
2020
CIRCUITPY_PIXELBUF = 0
21+
CIRCUITPY_RE = 0
2122
CIRCUITPY_ROTARYIO = 0
2223
CIRCUITPY_RTC = 0
2324
# So not all of displayio, sorry!

ports/raspberrypi/mpconfigport.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
#ifndef __INCLUDED_MPCONFIGPORT_H
2828
#define __INCLUDED_MPCONFIGPORT_H
2929

30-
#define CIRCUITPY_BINASCII (1)
31-
#define CIRCUITPY_ERRNO (1)
32-
#define CIRCUITPY_JSON (1)
33-
3430
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
3531

3632
#define CIRCUITPY_DEFAULT_STACK_SIZE (24*1024)

0 commit comments

Comments
 (0)