mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
fw/image.* (image_secret): make image_secret global, for future sharing
This commit is contained in:
@@ -32,7 +32,7 @@ static bool failed;
|
||||
const struct line *image = images[0];
|
||||
|
||||
|
||||
static const uint8_t image_secret[2*PAYLOAD] PROGMEM = {
|
||||
const uint8_t image_secret[2*PAYLOAD] PROGMEM = {
|
||||
#include "image-secret.inc"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user