mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
fw/: pass limit also to "first" function of protocol handlers
This commit is contained in:
@@ -61,7 +61,7 @@ static void add_payload(const uint8_t *payload)
|
||||
}
|
||||
|
||||
|
||||
static bool image_first(const uint8_t *payload)
|
||||
static bool image_first(uint8_t limit, const uint8_t *payload)
|
||||
{
|
||||
hash_init();
|
||||
hash_merge(image_secret, sizeof(image_secret));
|
||||
|
||||
Reference in New Issue
Block a user