[ion] Move Ion::reset to Ion::Device::core/jumpReset

Change-Id: I3032c3e1b9a8f944cd321670c7be6586ba6d973b
This commit is contained in:
Léa Saviot
2018-04-04 11:54:55 +02:00
parent 2ba0f89663
commit d753e6e781
4 changed files with 18 additions and 24 deletions

View File

@@ -33,9 +33,6 @@ const char * softwareVersion();
const char * patchLevel();
const char * fccId();
/* CAUTION: This is a complete reset! */
void reset(bool jump = false);
// CRC32 : non xor-ed, non reversed, direct, polynomial 4C11DB7
// Only accepts whole 32bit values
uint32_t crc32(const uint32_t * data, size_t length);