Skip to content

Commit ebd18f5

Browse files
committed
Update documentation
1 parent c9fdfc7 commit ebd18f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ Class Driver Interface
189189
See ``usbd.c``.
190190

191191
**Required Functions**:
192-
- ``init()``: Initialize class driver
193192
- ``reset()``: Reset class state
194193
- ``open()``: Configure class endpoints
195194
- ``control_xfer_cb()``: Handle control requests
196195
- ``xfer_cb()``: Handle data transfer completion
197196

198197
**Optional Functions**:
198+
- ``init()``: Initialize class driver
199199
- ``close()``: Clean up class resources
200200
- ``deinit()``: Deinitialize class driver
201201
- ``sof()``: Start-of-frame processing

0 commit comments

Comments
 (0)