Closed mgdde closed 11 months ago
The line
has been removed from norns/matron/src/device/device_common.h and that breaks compilation. As a quick fix I added the above line to device_monitor.c locally and the build worked.
Apologies for not checking in here much.
Which compilation does/did that break? Is this still an issue with the latest norns updates?
The line
define DEV_TYPE_COUNT_PHYSICAL 4
has been removed from norns/matron/src/device/device_common.h and that breaks compilation. As a quick fix I added the above line to device_monitor.c locally and the build worked.