diff options
Diffstat (limited to 'docs/modules/ROOT/examples/layer-by-layer')
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml index 946ff250b..3012f05dc 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/.cargo/config.toml | |||
| @@ -9,3 +9,6 @@ rustflags = [ | |||
| 9 | 9 | ||
| 10 | [build] | 10 | [build] |
| 11 | target = "thumbv7em-none-eabihf" | 11 | target = "thumbv7em-none-eabihf" |
| 12 | |||
| 13 | [env] | ||
| 14 | DEFMT_LOG = "trace" | ||
