aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/fpga-downloader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/usrp_e100/fpga-downloader.cc')
-rw-r--r--host/lib/usrp/usrp_e100/fpga-downloader.cc2
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);