Skip to content

Commit

Permalink
Imports corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
cengwins committed Jan 14, 2022
1 parent 6c89971 commit cfa174b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions General/testUhdUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
sys.path.append('/usr/local/lib')
sys.path.insert(0, os.getcwd())
import time
from EttusUsrp.LiquidDspUtils import *
from ahc.EttusUsrp.LiquidDspUtils import *
from threading import Thread
#from EttusUsrp.LiquidDspOfdmFlexFrameHandler import LiquidDspOfdmFlexFrameHandler
from PhysicalLayers.UsrpB210OfdmFlexFramePhy import UsrpB210OfdmFlexFramePhy
from ahc.PhysicalLayers.UsrpB210OfdmFlexFramePhy import UsrpB210OfdmFlexFramePhy
# On MacOS, export DYLD_LIBRARY_PATH=/usr/local/lib for sure!
from ctypes import *

Expand Down

0 comments on commit cfa174b

Please sign in to comment.