Skip to content

Commit

Permalink
Remove incorrect parameter docs for __init__()
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Mar 9, 2022
1 parent beec030 commit e57542b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions adafruit_ble/services/nordic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ class UARTService(Service):
"""
Provide UART-like functionality via the Nordic NUS service.
:param int timeout: the timeout in seconds to wait
for the first character and between subsequent characters.
:param int buffer_size: buffer up to this many bytes.
If more bytes are received, older bytes will be discarded.
See ``examples/ble_uart_echo_test.py`` for a usage example.
"""

Expand Down

0 comments on commit e57542b

Please sign in to comment.