Append new lines

This commit is contained in:
Valeriy Koval
2015-02-23 14:29:10 +02:00
parent 6e0ebdbc94
commit dcb1590e57
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ How to buid PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platformio-develop/examples/atmelavr-and-arduino/ardiono-engduino-library
> cd platformio-develop/examples/atmelavr-and-arduino/arduino-engduino-library
# Process example project
> platformio run

View File

@ -20,4 +20,4 @@
[env:engduinov3]
platform = atmelavr
framework = arduino
board = engduinov3
board = engduinov3

View File

@ -57,4 +57,4 @@ void loop()
// Wait 50ms, then loop
//
delay(50);
}
}