tstana / cubes-fw

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

Remove redefinition of NVM base address #14

Closed tstana closed 5 years ago

tstana commented 5 years ago

The NVM base address is defined in multiple places:

./main.c:21:#define nvm_mem_addr 0x60000000
./mem_mgmt/mem_mgmt.h:25:#define nvm_addr 0x60000000u

Advise removing the first of these two.

Also take note of #13 - rename the #define to contain all-caps.