mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Update F303 chip id.
This commit is contained in:
parent
602b93e3bb
commit
294f09bc91
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
||||||
#include "stm32f30x_gpio.h"
|
#include "stm32f30x_gpio.h"
|
||||||
#include "core_cm4.h"
|
#include "core_cm4.h"
|
||||||
|
|
||||||
// FIXME use correct ID
|
// Chip Unique ID on F303
|
||||||
#define U_ID_0 (*(uint32_t*)0x10000003)
|
#define U_ID_0 (*(uint32_t*)0x1FFFF7AC)
|
||||||
#define U_ID_1 (*(uint32_t*)0x10000000)
|
#define U_ID_1 (*(uint32_t*)0x1FFFF7B0)
|
||||||
#define U_ID_2 (*(uint32_t*)0x10000003)
|
#define U_ID_2 (*(uint32_t*)0x1FFFF7B4)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue