1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

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" {
#endif
/**
* @brief Starting address of the CPU ID
*/
#define CPUID_ADDR (0x1ffff7e8)
/**
* @name Real time counter configuration
* @{