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:
Ville Juven 2022-09-01 10:08:20 +03:00 committed by Beat Küng
parent 5dfd2f39ef
commit e467d11990
1 changed files with 1 additions and 1 deletions

View File

@ -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 */