diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-09 19:02:11 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-09 19:02:11 -0800 |
commit | 5f2c71383a2b5dd0f2f469f6ad8c4720358f2a12 (patch) | |
tree | 3f8db7989bd21ca1d516a562c0db813a7908244e /host/lib/usrp/usrp_e100/fpga-downloader.cc | |
parent | d33a6cab6646692e06ef34317f6c831ac9c91148 (diff) | |
download | uhd-5f2c71383a2b5dd0f2f469f6ad8c4720358f2a12.tar.gz uhd-5f2c71383a2b5dd0f2f469f6ad8c4720358f2a12.tar.bz2 uhd-5f2c71383a2b5dd0f2f469f6ad8c4720358f2a12.zip |
usrp-e100: renamed files and classes in usrp-e100 to e100 name
Diffstat (limited to 'host/lib/usrp/usrp_e100/fpga-downloader.cc')
-rw-r--r-- | host/lib/usrp/usrp_e100/fpga-downloader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/fpga-downloader.cc b/host/lib/usrp/usrp_e100/fpga-downloader.cc index 4dc537919..4a3d3b9af 100644 --- a/host/lib/usrp/usrp_e100/fpga-downloader.cc +++ b/host/lib/usrp/usrp_e100/fpga-downloader.cc @@ -253,7 +253,7 @@ int main(int argc, char *argv[]) } */ -void usrp_e_load_fpga(const std::string &bin_file){ +void usrp_e100_load_fpga(const std::string &bin_file){ gpio gpio_prog_b(PROG_B, OUT); gpio gpio_init_b(INIT_B, IN); gpio gpio_done (DONE, IN); |