diff --git a/boards/px4/fmu-v5/src/toc.c b/boards/px4/fmu-v5/src/toc.c index bfc9d1c157..5f3fec31f4 100644 --- a/boards/px4/fmu-v5/src/toc.c +++ b/boards/px4/fmu-v5/src/toc.c @@ -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 */