mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-28 05:10:40 -07:00
Debug logic
This commit is contained in:
parent
f080b18872
commit
33b02d07eb
@ -124,6 +124,9 @@ void enterUARTMode()
|
||||
|
||||
bool verifyApplicationChecksum(const ApplicationMetadata &metadata)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
return true;
|
||||
#endif
|
||||
uint8_t hash[16];
|
||||
uint8_t *p = (uint8_t*)APPLICATION_ADDRESS;
|
||||
MD5_CTX ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user