cpu/stm32: remove hardcoded cpuid addr for f1

This commit is contained in:
Alexandre Abadie 2020-05-26 09:29:12 +02:00
parent d78c955e50
commit 61d3afcb63
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -23,11 +23,6 @@
extern "C" { extern "C" {
#endif #endif
/**
* @brief Starting address of the CPU ID
*/
#define CPUID_ADDR (0x1ffff7e8)
/** /**
* @name Real time counter configuration * @name Real time counter configuration
* @{ * @{