1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-28 05:10:40 -07:00

Debug logic

This commit is contained in:
Peter Antypas 2016-06-15 14:08:43 -07:00
parent f080b18872
commit 33b02d07eb

View File

@ -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;