aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stm32f10x_conf.h
diff options
context:
space:
mode:
authorajmeyer@mit.edu <ajmeyer@mit.edu@749a229e-a60e-11de-b98f-4500b42dc123>2009-12-19 15:14:29 +0000
committerajmeyer@mit.edu <ajmeyer@mit.edu@749a229e-a60e-11de-b98f-4500b42dc123>2009-12-19 15:14:29 +0000
commit6a0091418a8cdad33f7cb9b2a576e91c6960e07a (patch)
tree8d85cf4b3b008686b26b062025c366876c84ee9f /src/lib/stm32f10x_conf.h
parentacf59b1abb346998c492b93fee4a680a32f538d5 (diff)
downloadlibrambutan-6a0091418a8cdad33f7cb9b2a576e91c6960e07a.tar.gz
librambutan-6a0091418a8cdad33f7cb9b2a576e91c6960e07a.zip
added a usb.h and usb.c to cover some of the low level access functions that we can use to build the usb serial port. my sandbox widgets are in main.cpp, look at it then throw it out. I adjusted the stm32f10x_conf.h file to properly NOT include certain st lib files that werent being used, and modified the NVIC init to cope with the bootloader
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@76 749a229e-a60e-11de-b98f-4500b42dc123
Diffstat (limited to 'src/lib/stm32f10x_conf.h')
-rw-r--r--src/lib/stm32f10x_conf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/stm32f10x_conf.h b/src/lib/stm32f10x_conf.h
index d523f1a..ddd1833 100644
--- a/src/lib/stm32f10x_conf.h
+++ b/src/lib/stm32f10x_conf.h
@@ -29,10 +29,10 @@
/* Comment the line below to disable the specific peripheral inclusion */
/************************************* ADC ************************************/
-#define _ADC
-#define _ADC1
-#define _ADC2
-#define _ADC3
+//#define _ADC
+//#define _ADC1
+//#define _ADC2
+//#define _ADC3
//#define _BKP
//#define _CAN
//#define _CRC