Skip to content

Commit

Permalink
Remove old TODOs for non-standard ipv4 format support
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
  • Loading branch information
roncapat authored and cmaglie committed Jan 8, 2017
1 parent 5467214 commit a4227cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cores/arduino/IPAddress.cpp
Expand Up @@ -45,8 +45,6 @@ IPAddress::IPAddress(const uint8_t *address)

bool IPAddress::fromString(const char *address)
{
// TODO: add support for "a", "a.b", "a.b.c" formats

uint16_t acc = 0; // Accumulator
uint8_t dots = 0;

Expand Down

0 comments on commit a4227cf

Please sign in to comment.