Skip to content

Commit

Permalink
[uart] Remove unused AVR UART buffered option
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Feb 23, 2021
1 parent 8d20eca commit dc968ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modm/platform/uart/at90_tiny_mega/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ def get_properties(env):
return properties

def load_options(module):
module.add_option(
BooleanOption(
name="buffered",
description="",
default=True))
module.add_option(
NumericOption(
name="buffer.tx",
Expand Down

0 comments on commit dc968ea

Please sign in to comment.