Wakeup actually working (probably), add delay calculator.

This commit is contained in:
Ian Gulliver
2016-02-21 15:51:38 -08:00
parent ec79ba0da1
commit 6384e0f20d
7 changed files with 153 additions and 8 deletions

View File

@@ -91,3 +91,10 @@ void hex_from_int(char *, uint64_t, size_t);
#define UUID_LEN 37
void uuid_gen(char *);
///////// retry timing
void retry_init();
void retry_cleanup();
uint32_t retry_get_delay_ms(uint32_t);