mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix console output for an example
This commit is contained in:
@ -24,6 +24,7 @@ Console Output
|
||||
--------------
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
> cd examples/atmelavr-and-arduino/arduino-adafruit-library
|
||||
(arduino-adafruit-library) > platformio run
|
||||
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:360:25: warning: converting to non-pointer type 'uint32_t {aka long unsigned int}' from NULL [-Wconversion-null]
|
||||
uint32_t ntpServer= NULL;
|
||||
^
|
||||
(develop)➜ arduino-adafruit-library git:(develop) ✗
|
||||
|
||||
|
Reference in New Issue
Block a user