I am using g_i2c Master Driver or r_sci_i2c which spans a couple of threads. One involves a display I am working with and appears under Main Thread (and is under the umbrella of and I2C Framework Device on sf_i2c).
The second (and third) instantiation occur under an eeprom_thread. All three point to Channel 7 I2C function.
The error involves the ssp_features.h file.
When I delete the eeprom thread, the error disappears.
What's odd is that in a previous project which I am trying to emulate, the configuration is just that and I get no error on compile. Not certain what the difference is where one sees no error and functions correctly and the other does not.