mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
remove 'uint8_t p'
This commit is contained in:
parent
3290d1223c
commit
7e0bf3eacd
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ const char dayShortNames_P[] PROGMEM = STR_DAYNAME_3_CHAR_LIST;
|
||||||
namespace ah {
|
namespace ah {
|
||||||
void ip2Arr(uint8_t ip[], const char *ipStr) {
|
void ip2Arr(uint8_t ip[], const char *ipStr) {
|
||||||
memset(ip, 0, 4);
|
memset(ip, 0, 4);
|
||||||
uint8_t p = 0;
|
|
||||||
const char *start = ipStr;
|
const char *start = ipStr;
|
||||||
|
|
||||||
for (uint8_t i = 0; i < 4; i++) {
|
for (uint8_t i = 0; i < 4; i++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue