We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0809ccd commit dd502f9Copy full SHA for dd502f9
ci/build.sh
@@ -11,7 +11,7 @@ if [ ! -z "$TRAVIS_TAG" ]; then
11
fi
12
13
# 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
+cat firmware/examples/Norwegian_Blue.cpp | sed 's#include "swd/swd.h"#include "swd.h"#g' > firmware/Norwegian_Blue.cpp
15
16
for p in photon p1 electron
17
do
0 commit comments