diff options
Diffstat (limited to 'usrp')
-rwxr-xr-x | usrp/host/apps/burn-db-eeprom | 6 | ||||
-rwxr-xr-x | usrp/host/apps/burn-serial-number | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usrp/host/apps/burn-db-eeprom b/usrp/host/apps/burn-db-eeprom index 413ee9260..245a24e30 100755 --- a/usrp/host/apps/burn-db-eeprom +++ b/usrp/host/apps/burn-db-eeprom @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -20,10 +20,10 @@ # Boston, MA 02110-1301, USA. # -from usrp_prims import * +from usrpm.usrp_prims import * from optparse import OptionParser import sys -from usrp_dbid import * +from usrpm.usrp_dbid import * i2c_addr_map = { 'TX_A' : 0x54, 'RX_A' : 0x55, 'TX_B' : 0x56, 'RX_B' : 0x57 } diff --git a/usrp/host/apps/burn-serial-number b/usrp/host/apps/burn-serial-number index 50e35290f..f9a2a86a5 100755 --- a/usrp/host/apps/burn-serial-number +++ b/usrp/host/apps/burn-serial-number @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2006 Free Software Foundation, Inc. +# Copyright 2006,2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -20,7 +20,7 @@ # Boston, MA 02110-1301, USA. # -from usrp_prims import * +from usrpm.usrp_prims import * from optparse import OptionParser import sys import time |