AlbertHall
- Joined Jun 4, 2014
- 12,625
I say again, the error is dependent only on whether SPI_INTERRUPT_FLAG_ASM is defined or not. What it is defined as will not affect that error message.I am suggesting that @Sherri replace her line in HardwareProfile.h
#define SPI_INTERRUPT_FLAG_ASM PIR1, 3
with
#define SPI_INTERRUPT_FLAG_ASM PIR1bits.SSP1IF


