Просмотр исходного кода

cores/usb: Minor cosmetic fix in documentation

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 5 лет назад
Родитель
Сommit
644f89fb59
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      cores/usb/doc/mem-map.md

+ 4 - 4
cores/usb/doc/mem-map.md

@@ -73,9 +73,9 @@ EP Status
   * EP Type: (`h` indicates if this EP is halted)
     - `000`: Non-existant
     - `001`: Isochronous
-    - `01s`: Interrupt
-    - `10s`: Bulk
-    - `11s`: Control
+    - `01h`: Interrupt
+    - `10h`: Bulk
+    - `11h`: Control
 
 
 Buffer Descriptor
@@ -105,7 +105,7 @@ Buffer Descriptor
 '--------------------------------------------------------------'
 ```
 
-  * 's': Transactions was setup
+  * `s`: Transactions was setup
   * BD State:
     - `000`: Empty / Unused
     - `010`: Valid, ready for Tx/RX data