From 7d098021533a02fea3bae70a6cc773d4ec2ae9f8 Mon Sep 17 00:00:00 2001 From: AJM Date: Thu, 20 May 2010 23:36:46 -0400 Subject: modified the makefile to build the usb related files/removed all uintx_t to uintx --- libmaple/usb/usb_lib/usb_type.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmaple/usb/usb_lib') 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 ------------------------------------------------------- */ -- cgit v1.2.3