Skip to content

Commit 0a0e7ef

Browse files
committed
Fix table issue, stray punctuation
1 parent 5f67eb0 commit 0a0e7ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/embedded/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ landingContent:
5151
- text: Serial Monitor
5252
url: ./serial-monitor.md
5353

54-
- title: Additional Embedded tools!
54+
- title: More embedded tools
5555
linkLists:
5656
- linkListType: whats-new
5757
links:
58-
- text: Bootstrap your development environment!
58+
- text: Bootstrap your development environment
5959
url: https://devblogs.microsoft.com/cppblog/vcpkg-artifacts/

docs/embedded/peripheral-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The Peripheral View allows embedded developers to view and manipulate registers
2525
## Capabilities
2626

2727
| Capability | Description | Instructions | Keyboard shortcuts |
28-
|:-:|:-:|:-:|:-:|
28+
|--|--|--|--|
2929
| Navigate peripherals | Navigate the peripheral tree view by collapsing and expanding components in the tree view. | Scroll to view all of the peripherals. Select the caret on each item to expand or collapse the view. | Use the **Up** or **Down** arrow keys to scroll. Use the **Left** and **Right** arrow keys to expand or collapse the view. |
3030
| Edit peripheral values | Modify writeable peripheral values. | Select the peripheral value to edit. Use the **Enter** key to submit that value. | Use the **F2** key to edit, **Esc** to cancel editing, and **Enter** to submit edits. |
3131
| Access memory | View the memory locations of peripherals. | Select the linked memory addresses to view. | Use **Tab** to select the link, and **Enter** to navigate to the link. |
32-
| Pin peripherals | Pin important peripherals to the top of the view. | Select the pin icon to pin or unpin peripherals. | Use **Tab** to select the pin icon, and **Enter** to pin or unpin it. ||
32+
| Pin peripherals | Pin important peripherals to the top of the view. | Select the pin icon to pin or unpin peripherals. | Use **Tab** to select the pin icon, and **Enter** to pin or unpin it. |

0 commit comments

Comments
 (0)