mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_CheckFirmware: rename secure data to apsec_data
This commit is contained in:
parent
5f8f8cf220
commit
36e9f9b7d1
@ -14,7 +14,7 @@
|
||||
#include <string.h>
|
||||
#include "monocypher.h"
|
||||
|
||||
const struct ap_secure_data public_keys __attribute__((section(".ecc_raw")));
|
||||
const struct ap_secure_data public_keys __attribute__((section(".apsec_data")));
|
||||
|
||||
/*
|
||||
return true if all public keys are zero. We allow boot of an
|
||||
|
Loading…
Reference in New Issue
Block a user