summaryrefslogtreecommitdiff
path: root/software/mpu/halconf.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-12-05 00:34:47 +0000
committerChristian Pointner <equinox@mur.at>2013-12-05 00:34:47 +0000
commit605377db3fb1644ac1bdb5ae7f39bfe25d06d764 (patch)
tree510c9b3be82e95ebfd3bcb6f6cc154c94f4a8842 /software/mpu/halconf.h
parentadded preliminary flash command (diff)
added IHU subsystem (only 405 for now)
git-svn-id: https://svn.spreadspace.org/mur.sat@856 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/halconf.h')
-rw-r--r--software/mpu/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/halconf.h b/software/mpu/halconf.h
index 7b46cd2..3740179 100644
--- a/software/mpu/halconf.h
+++ b/software/mpu/halconf.h
@@ -125,7 +125,7 @@
* @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL FALSE
+#define HAL_USE_SERIAL TRUE
#endif
/**