Commit b266bf9
build: Fix mistake while testing TARGET_BOARD (#1892)
Preprocessor can't use == on strings",
so new symbols are introduced to test configurations
at build time.
Note, this mistake was harmless
because there weren't any spefic parts among boards,
but this will change in upcoming change.
Change-Id: I45d87cccc086af05661eaf7b762a4a0274fb2ede
Relate-to: rzr/webthing-iotjs#3
Forwarded: #1892
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com1 parent 3eeb8f2 commit b266bf9
File tree
3 files changed
+6
-3
lines changed- src
- modules/nuttx
- platform/nuttx
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments