We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddb73e commit cc0e438Copy full SHA for cc0e438
3 files changed
.mbedignore
@@ -2,7 +2,4 @@ examples/autobahn/*
2
examples/demo_client/*
3
examples/transport/*
4
5
-# comment to build mbed examples (is there a beter way?)
6
-examples/mbed_client/*
7
-
8
examples/mbed_client/.mbedignore
@@ -0,0 +1 @@
1
+*
examples/mbed_client/readme.md
@@ -0,0 +1,4 @@
+MBED Client Example
+===================
+
+Remove '*' from [.mbedignore](.mbedignore) to build.
0 commit comments