[ion] Add the ability to perform a jump-reset

This commit is contained in:
Romain Goyet
2018-04-04 10:20:36 +02:00
parent 9cadc49264
commit 5c86a07481
5 changed files with 40 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const char * patchLevel();
const char * fccId();
/* CAUTION: This is a complete reset! */
void reset();
void reset(bool jump = false);
// CRC32 : non xor-ed, non reversed, direct, polynomial 4C11DB7
// Only accepts whole 32bit values