Skip to content
Snippets Groups Projects
Verified Commit 314be234 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added read and write to the encoder interface

parent afa1c6b1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ module Ax25 ...@@ -4,6 +4,6 @@ module Ax25
module Encoder module Encoder
include Abstractify::Abstract include Abstractify::Abstract
abstract :write_interface, :read_interface, :connect, :close abstract :write_interface, :read_interface, :connect, :close, :read, :write
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment