From bda6bcb2301281304981380cb804babcc681641a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 4 Nov 2014 20:26:34 +0100 Subject: Cleaned out apps dir (deprecated tools) --- host/apps/omap_debug/usrp-e-led.c | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 host/apps/omap_debug/usrp-e-led.c (limited to 'host/apps/omap_debug/usrp-e-led.c') diff --git a/host/apps/omap_debug/usrp-e-led.c b/host/apps/omap_debug/usrp-e-led.c deleted file mode 100644 index d1b6c8996..000000000 --- a/host/apps/omap_debug/usrp-e-led.c +++ /dev/null @@ -1,35 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -#include "usrp_e.h" -#include "usrp_e_regs.hpp" - -// Usage: usrp_e_uart - - -int main(int argc, char *argv[]) -{ - int fp, i, ret; - struct usrp_e_ctl16 d; - - fp = open("/dev/usrp_e0", O_RDWR); - printf("fp = %d\n", fp); - - d.offset = UE_REG_MISC_BASE; - d.count = 1; - - while (1) { - for (i=0; i<8; i++) { - d.buf[0] = i; - ret = ioctl(fp, USRP_E_WRITE_CTL16, &d); - sleep(1); - } - } - - return 0; -} -- cgit v1.2.3