aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_lib
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-05-20 23:36:46 -0400
committerAJM <poslathian@poslathian.(none)>2010-05-20 23:36:46 -0400
commit7d098021533a02fea3bae70a6cc773d4ec2ae9f8 (patch)
treecae4352c0e95764df4fc8666c63dd81d87f44f7d /libmaple/usb/usb_lib
parentdcc4c457f0cad15b9d60e8fc3afa913bacacdbc6 (diff)
downloadlibrambutan-7d098021533a02fea3bae70a6cc773d4ec2ae9f8.tar.gz
librambutan-7d098021533a02fea3bae70a6cc773d4ec2ae9f8.zip
modified the makefile to build the usb related files/removed all uintx_t to uintx
Diffstat (limited to 'libmaple/usb/usb_lib')
-rw-r--r--libmaple/usb/usb_lib/usb_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmaple/usb/usb_lib/usb_type.h b/libmaple/usb/usb_lib/usb_type.h
index 44b1f8c..1106786 100644
--- a/libmaple/usb/usb_lib/usb_type.h
+++ b/libmaple/usb/usb_lib/usb_type.h
@@ -27,8 +27,6 @@ extern "C" {
#define NULL ((void *)0)
#endif
-#ifndef __STM32F10x_TYPE_H
-
typedef signed long s32;
typedef signed short s16;
typedef signed char s8;
@@ -65,7 +63,6 @@ typedef enum { RESET = 0, SET = !RESET } FlagStatus, ITStatus;
typedef enum { DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
typedef enum { ERROR = 0, SUCCESS = !ERROR} ErrorStatus;
-#endif
/* Exported macro ------------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */