CircuitPython version
Code/REPL
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
CircuitPython version
Code/REPL
Behavior
n.a.
Description
While porting CP to a new device, I discovered that many board.c files (I found 37) have this statement:
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