mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion] Move Ion::reset to Ion::Device::core/jumpReset
Change-Id: I3032c3e1b9a8f944cd321670c7be6586ba6d973b
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user