forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
CircuitPython version
n.a.Code/REPL
n.a.Behavior
n.a.
Description
While porting CP to a new device, I discovered that many board.c files (I found 37) have this statement:
fourwire_fourwire_obj_t board_display_obj;
Strange thing is that this variable is only declared, but never used within the complete codebase.
Is there some special magic creating code that actually uses this variable?
Additional information
No response
Reactions are currently unavailable