Skip to content

Commit 41ea448

Browse files
author
Godfrey van der Linden
committed
as_drivers/nec_ir/aremote.py: bad message import peterhinch#139
Commit f7c44fa in 2022 moved message from primitives to threadsafe. This reference got missed in that move.
1 parent 84c70cb commit 41ea448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/as_drivers/nec_ir/aremote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from sys import platform
88
import asyncio
9-
from primitives.message import Message
9+
from threadsafe.message import Message
1010
from micropython import const
1111
from array import array
1212
from utime import ticks_ms, ticks_us, ticks_diff

0 commit comments

Comments
 (0)