diff options
author | Nick Foster <nick@ettus.com> | 2011-10-10 10:30:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-10 15:49:51 -0700 |
commit | 2d7f96cd04192c25893c5d13d26bdc0b815f149e (patch) | |
tree | d8cab94ad503b82a37e95920a5bad46f7348daef | |
parent | 7d08d1b5874459313a8274b9a8805e126eeb5a6e (diff) | |
download | uhd-2d7f96cd04192c25893c5d13d26bdc0b815f149e.tar.gz uhd-2d7f96cd04192c25893c5d13d26bdc0b815f149e.tar.bz2 uhd-2d7f96cd04192c25893c5d13d26bdc0b815f149e.zip |
B100: modify build_eeprom for correct B100 PID
-rwxr-xr-x | firmware/fx2/utils/build_eeprom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/utils/build_eeprom.py b/firmware/fx2/utils/build_eeprom.py index af425554a..767bc1b39 100755 --- a/firmware/fx2/utils/build_eeprom.py +++ b/firmware/fx2/utils/build_eeprom.py @@ -30,7 +30,7 @@ from optparse import OptionParser USRP1VID = 0xfffe # Free Software Folks USRP1PID = 0x0002 USRP1PVID= 0x2500 # Ettus Research -USRP1PPID= 0x0001 +USRP1PPID= 0x0002 def msb (x): return (x >> 8) & 0xff |