mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-30 11:24:12 +01:00
dde1a7541f
These functions do not modify the IPAddress object, but were not marked as const. This meant that you could not do: void set_ip(const IPAddress& ip) { uint32_t copy = ip; } Since calling operator uint32_t() on ip would discard the constness of the reference. |
||
---|---|---|
.. | ||
cores/arduino | ||
firmwares/atmega16u2 | ||
libraries | ||
system | ||
variants/arduino_due_x | ||
boards.txt | ||
platform.txt | ||
programmers.txt |