mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Fix console output for an example
This commit is contained in:
@ -24,6 +24,7 @@ Console Output
|
|||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
> cd examples/atmelavr-and-arduino/arduino-adafruit-library
|
> cd examples/atmelavr-and-arduino/arduino-adafruit-library
|
||||||
(arduino-adafruit-library) > platformio run
|
(arduino-adafruit-library) > platformio run
|
||||||
Processing arduino_uno environment:
|
Processing arduino_uno environment:
|
||||||
@ -81,6 +82,4 @@ Console Output
|
|||||||
.pioenvs/arduino_uno/Adafruit_CC3000_Library/utility/sntp.cpp: In member function 'char sntp::GetNTPServerList(const char**, uint32_t*, int)':
|
.pioenvs/arduino_uno/Adafruit_CC3000_Library/utility/sntp.cpp: In member function 'char sntp::GetNTPServerList(const char**, uint32_t*, int)':
|
||||||
.pioenvs/arduino_uno/Adafruit_CC3000_Library/utility/sntp.cpp:360:25: warning: converting to non-pointer type 'uint32_t {aka long unsigned int}' from NULL [-Wconversion-null]
|
.pioenvs/arduino_uno/Adafruit_CC3000_Library/utility/sntp.cpp:360:25: warning: converting to non-pointer type 'uint32_t {aka long unsigned int}' from NULL [-Wconversion-null]
|
||||||
uint32_t ntpServer= NULL;
|
uint32_t ntpServer= NULL;
|
||||||
^
|
|
||||||
(develop)➜ arduino-adafruit-library git:(develop) ✗
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user