Skip to content

Commit 39ef189

Browse files
DhruvaG2000szczys
andcommitted
Update documentation/variants.md: extend tree view
CMakeLists and variants.h should be shown in the tree view. Co-authored-by: Mike Szczys <[email protected]>
1 parent 9fd5876 commit 39ef189

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

documentation/variants.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
```tree
1111
variants/
1212
├── arduino_nano_33_ble
13-
   ├── arduino_nano_33_ble.overlay
14-
   └── arduino_nano_33_ble_pinmap.h
13+
│   ├── arduino_nano_33_ble.overlay
14+
│   └── arduino_nano_33_ble_pinmap.h
15+
├── CMakeLists.txt
16+
└── variants.h
17+
1518
```
1619

1720
- The top level consists of `CMakeLists.txt`, `variants.h` and the `<BOARD_NAME>` folder. Each of these files have a specific role to play.

0 commit comments

Comments
 (0)