Add verbatim in documentation.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Oct 2010 12:50:06 +0000 (12:50 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Oct 2010 12:50:06 +0000 (12:50 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4445 38d2e660-2303-0410-9eaa-f027e97ec537

boards/stm32-p103/examples/usbkeyboard/main.c

index eba67275730269c6b0eec4c704dafc3d1a226c5d..cddbfe114c952208cc2b6a101a83af0c129533d2 100644 (file)
  *
  * Example (keyboard detection on Linux):
  *
+ * \verbatim
  * [24388.400573] usb 1-8.1.3: new full speed USB device using ehci_hcd and address 32
  * [24388.623957] usb 1-8.1.3: configuration #1 chosen from 1 choice
  * [24388.685827] input: BeRTOS USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8.1/1-8.1.3/1-8.1.3:1.0/input/input18
  * [24388.688953] generic-usb 0003:FFFF:0000.0007: input,hidraw3: USB HID v1.10 Keyboard [BeRTOS USB Keyboard] on usb-0000:00:1d.7-8.1.3/input0
+ * \endverbatim
  *
  */