Attention is currently required from: Anastasia Klimchuk.
1 comment:
File it85spi.c:
/* IT8502 supports two access modes:
* LPC_MEMORY: through the memory window in 0xFFFFFxxx (follow mode)
* LPC_IO: through I/O port (so called indirect memory)
*/
#undef LPC_MEMORY
#define LPC_IO
this would need to be moved above the initial guard, the slightly better fix is that the Makefile pass `-DLPC_MEMORY` or `-DLPC_IO` to compile the file with the correct configuration. It's all a bit awful.
To view, visit change 47655. To unsubscribe, or for help writing mail filters, visit settings.