mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
boards/px4/fmu-v5/toc: The RD certificate signature points to the wrong place
The signature end address is incorrect
This commit is contained in:
parent
5dfd2f39ef
commit
e467d11990
@ -60,7 +60,7 @@ extern const int *_boot_signature;
|
||||
/* RD certificate signature follows the certificate */
|
||||
|
||||
#define RDCTSIG_ADDR RDCT_END
|
||||
#define RDCTSIG_END ((const void *)((const uint8_t*)RDCT_ADDR+SIGNATURE_SIZE))
|
||||
#define RDCTSIG_END ((const void *)((const uint8_t*)RDCTSIG_ADDR+SIGNATURE_SIZE))
|
||||
|
||||
/* The table of contents */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user