diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-08-31 22:05:39 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-08-31 22:05:39 -0400 |
commit | 0ccec95446d4c7f3ea47a46d267c791fb22bb8d4 (patch) | |
tree | 0ea524020fc464c33b8f988e3f182e908105e1fc /libmaple/usb | |
parent | 02d7b08f0497096f21e41922e0efb54c4ef33bab (diff) | |
download | librambutan-0ccec95446d4c7f3ea47a46d267c791fb22bb8d4.tar.gz librambutan-0ccec95446d4c7f3ea47a46d267c791fb22bb8d4.zip |
Portability fixes
Still not working but fixed a lot of merge errors
Diffstat (limited to 'libmaple/usb')
-rw-r--r-- | libmaple/usb/usb_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmaple/usb/usb_config.h b/libmaple/usb/usb_config.h index 27294dc..ba05d42 100644 --- a/libmaple/usb/usb_config.h +++ b/libmaple/usb/usb_config.h @@ -40,9 +40,6 @@ CNTR_ESOFM | \ CNTR_RESETM ) -#define USB_DISC_BANK GPIOB_BASE -#define USB_DISC_PIN 8 - #define F_SUSPEND_ENABLED 1 #endif |