tstana / cubes-fw

Firmware running on the CUBES SmartFusion2 Cortex-M3 core
2 stars 1 forks source link

Remove redefinitions of CUBES slave address #11

Closed tstana closed 5 years ago

tstana commented 5 years ago

NB: This issue applies to the code on the latest branch (ramconfig-Histo-MPe)

The I2C slave address for CUBES is redefined in two places:

  1. main.c
  2. msp_i2c.c

The I2C slave address should only appear in the file msp_configuration.h and be referred to from there.

Please remove it from the two files above.