From 5bd58bc309e959537e3e820abfa39ee629b140a5 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 7 Oct 2014 09:39:25 +0200 Subject: Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) --- firmware/zpu/lib/ihex.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 firmware/zpu/lib/ihex.h (limited to 'firmware/zpu/lib/ihex.h') diff --git a/firmware/zpu/lib/ihex.h b/firmware/zpu/lib/ihex.h deleted file mode 100644 index 9f471fbe2..000000000 --- a/firmware/zpu/lib/ihex.h +++ /dev/null @@ -1,18 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2010 Ettus Research LLC - * - */ - -#include -#include - -typedef struct { - uint8_t type; - size_t length; - uint32_t addr; - uint8_t *data; -} ihex_record_t; - - -int ihex_parse(char input[], ihex_record_t *record); -- cgit v1.2.3