Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ArduinoCore-avr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ArduinoCore-avr
Commits
a4227cf0
Commit
a4227cf0
authored
Jan 08, 2017
by
Patrick Roncagliolo
Committed by
Cristian Maglie
Jan 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old TODOs for non-standard ipv4 format support
Signed-off-by:
Patrick Roncagliolo
<
ronca.pat@gmail.com
>
parent
54672142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
cores/arduino/IPAddress.cpp
cores/arduino/IPAddress.cpp
+0
-2
No files found.
cores/arduino/IPAddress.cpp
View file @
a4227cf0
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment