diff options
author | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-12-05 00:34:47 +0000 |
commit | 605377db3fb1644ac1bdb5ae7f39bfe25d06d764 (patch) | |
tree | 510c9b3be82e95ebfd3bcb6f6cc154c94f4a8842 /software/mpu/halconf.h | |
parent | added 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.h | 2 |
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 /** |