doc error

This commit is contained in:
Dan Halbert 2021-05-05 13:41:44 -04:00
parent c37f021791
commit 8f9c9dd45f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "py/runtime.h"
//| class Device:
//| """HID Device
//| """HID Device specification"""
//|
//| def __init__(self, *, descriptor: ReadableBuffer, usage_page: int, usage: int, in_report_length: int, out_report_length: int = 0, report_id_index: Optional[int]) -> None:
//| """Create a description of a USB HID device. The actual device is created when you