summaryrefslogtreecommitdiff
path: root/software/mpu/halconf.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-08-04 23:19:37 +0000
committerChristian Pointner <equinox@mur.at>2013-08-04 23:19:37 +0000
commit8e13152b6f1cf62a58d98b7340b1e5457204e6ea (patch)
tree6ca11d8b69822d6d70047360e678ccd8f7e9a967 /software/mpu/halconf.h
parentdos vs unix line ending (diff)
enabled USB, fixed missing PortF and PortG init
git-svn-id: https://svn.spreadspace.org/mur.sat@826 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/halconf.h')
-rw-r--r--software/mpu/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/software/mpu/halconf.h b/software/mpu/halconf.h
index 027657e..f41266a 100644
--- a/software/mpu/halconf.h
+++ b/software/mpu/halconf.h
@@ -132,7 +132,7 @@
* @brief Enables the SERIAL over USB subsystem.
*/
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB FALSE
+#define HAL_USE_SERIAL_USB TRUE
#endif
/**
@@ -153,7 +153,7 @@
* @brief Enables the USB subsystem.
*/
#if !defined(HAL_USE_USB) || defined(__DOXYGEN__)
-#define HAL_USE_USB FALSE
+#define HAL_USE_USB TRUE
#endif
/*===========================================================================*/