Skip to content

Commit

Permalink
add gps to init call
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Apr 14, 2022
1 parent 2a5a950 commit 4c6821e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scos_usrp/discover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
actions = {"monitor_usrp": MonitorSignalAnalyzer(sigan), "sync_gps": SyncGps(gps)}

logger.debug("scos_usrp: ACTION_DEFINITIONS_DIR = " + ACTION_DEFINITIONS_DIR)
yaml_actions, yaml_test_actions = init(sigan=sigan, yaml_dir=ACTION_DEFINITIONS_DIR)
yaml_actions, yaml_test_actions = init(
sigan=sigan, gps=gps, yaml_dir=ACTION_DEFINITIONS_DIR
)
actions.update(yaml_actions)


Expand Down

0 comments on commit 4c6821e

Please sign in to comment.