Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 1a2292f

Browse files
committed
Merge pull request #337 from tim-ist/master
Corrected list of targets for python tools
2 parents d77de87 + 775890b commit 1a2292f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tinyos/python/packet/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tospy_PYTHON = avrmote.py SerialIO.py SFProtocol.py __init__.py \
22
PacketDispatcher.py SerialProtocol.py SFSource.py IO.py \
3-
PacketSource.py Serial.py SocketIO.py Platform.py \
3+
PacketSource.py SerialH.py SocketIO.py Platform.py \
44
SerialSource.py ThreadTask.py
55

66
tospydir = $(pythondir)/tinyos/packet

0 commit comments

Comments
 (0)