You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Drv/BlockDriver/docs/sdd.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## 1. Introduction
5
5
6
-
The `Drv::BlockDriver` is a demonstration component that loops back data buffers from `Ref::SendBuffApp`[HTML](../../../Ref/SendBuffApp/docs/sdd.html)[MD](../../../Ref/SendBuffApp/docs/sdd.md) to `Ref::RecvBuffApp`[HTML](../../../Ref/RecvBuffApp/docs/sdd.html)[MD](../../../Ref/RecvBuffApp/docs/sdd.md) It also emulates a timing interrupt driven by the public method `void callIsr(void)`.
6
+
The `Drv::BlockDriver` is a demonstration component that loops back data buffers. It also emulates a timing interrupt driven by the public method `void callIsr(void)`.
7
7
8
8
## 2. Requirements
9
9
@@ -26,7 +26,7 @@ The `Drv::BlockDriver` component has the following component diagram:
0 commit comments