Move retry delay calculation into wakeup, since it's only used there.
This commit is contained in:
@@ -87,10 +87,3 @@ void hex_from_bin_upper(char *, const uint8_t *, size_t);
|
||||
void hex_from_bin_lower(char *, const uint8_t *, size_t);
|
||||
void hex_from_int_upper(char *, uint64_t, size_t);
|
||||
void hex_from_int_lower(char *, uint64_t, size_t);
|
||||
|
||||
|
||||
///////// retry timing
|
||||
|
||||
void retry_init();
|
||||
void retry_cleanup();
|
||||
uint32_t retry_get_delay_ms(uint32_t);
|
||||
|
||||
Reference in New Issue
Block a user