aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/OpenULINK/include/protocol.h
diff options
context:
space:
mode:
authorMartin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>2011-08-31 16:51:41 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-09-01 07:02:38 +0200
commit70d9d808e523a056257308acb4402d6a4465001d (patch)
treeec7a926f9eb97502e123125b647795600065c933 /src/jtag/drivers/OpenULINK/include/protocol.h
parentea7c87e5e79db7103f886d8c7d1deaad6b1c0fe0 (diff)
ULINK driver: Remove typedefs in OpenULINK firmware: Use typedefs from stdint.h (uint8_t, uint16_t) instead of custom typedefs in shorttypes.h (u8, u16, ...)
Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
Diffstat (limited to 'src/jtag/drivers/OpenULINK/include/protocol.h')
-rw-r--r--src/jtag/drivers/OpenULINK/include/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jtag/drivers/OpenULINK/include/protocol.h b/src/jtag/drivers/OpenULINK/include/protocol.h
index 2129fc84..49e881cd 100644
--- a/src/jtag/drivers/OpenULINK/include/protocol.h
+++ b/src/jtag/drivers/OpenULINK/include/protocol.h
@@ -21,7 +21,6 @@
#ifndef __PROTOCOL_H
#define __PROTOCOL_H
-#include "shorttypes.h"
#include "common.h"
#include <stdbool.h>