forked from Archive/PX4-Autopilot
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…
Reference in New Issue