Skip to content

Commit

Permalink
'use Bitwise' is deprecated, use 'import Bitwise' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ringlej committed Oct 19, 2023
1 parent a437e03 commit 1bdbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/to_port.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
defmodule Scenic.Driver.Local.ToPort do
@moduledoc false

use Bitwise
import Bitwise

@cmd_put_script 0x01
@cmd_del_script 0x02
Expand Down

0 comments on commit 1bdbf9a

Please sign in to comment.