Skip to content

Commit

Permalink
flterm: use our asyncserial
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 10, 2016
1 parent 1fca4ef commit 7bc827a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/tools/flterm.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
import os
import time
import asyncio
from serial import aio as asyncserial
import asyncserial
import argparse


0 comments on commit 7bc827a

Please sign in to comment.