Renamed example to embedded_linux_epd4in2 instead of embedded_linux to make the display which is used in this example more explicit

embedded-hal-1.0
Christoph Groß 2018-08-07 10:04:23 +02:00
parent 7758e37e1a
commit 23be76a848
3 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ script:
- cargo test - cargo test
- cargo test --all-features --release - cargo test --all-features --release
- cargo doc --all-features --release - cargo doc --all-features --release
- cd examples/embedded_linux && cargo build && cd ../../ - cd examples/embedded_linux_epd4in2 && cargo build && cd ../../
#- cd ../f3_stm32f30x && cargo build #- cd ../f3_stm32f30x && cargo build
after_success: after_success: