Skip to content

Commit dd502f9

Browse files
committed
reintroduces commented out code so the full example app is built
1 parent 0809ccd commit dd502f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -z "$TRAVIS_TAG" ]; then
1111
fi
1212

1313
# copy the example to the root so we can build with CLI, replacing include "swd.h" with include "swd/swd.h"
14-
# cat firmware/examples/Norwegian_Blue.cpp | sed 's#include "swd/swd.h"#include "swd.h"#g' > firmware/Norwegian_Blue.cpp
14+
cat firmware/examples/Norwegian_Blue.cpp | sed 's#include "swd/swd.h"#include "swd.h"#g' > firmware/Norwegian_Blue.cpp
1515

1616
for p in photon p1 electron
1717
do

0 commit comments

Comments
 (0)