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