diff options
author | Christian Pointner <equinox@mur.at> | 2014-01-23 00:32:02 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-01-23 00:32:02 +0000 |
commit | e4a011314ac14f15efabea0a8c2cda6a4a9e054d (patch) | |
tree | 62fe6b60a1f9b931262d049719b6a49586227524 /software/mpu/halconf.h | |
parent | powerdown when halted (diff) |
small cleanup (disbling TM subsystem)
git-svn-id: https://svn.spreadspace.org/mur.sat@870 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 3740179..31a845e 100644 --- a/software/mpu/halconf.h +++ b/software/mpu/halconf.h @@ -34,7 +34,7 @@ * @brief Enables the TM subsystem. */ #if !defined(HAL_USE_TM) || defined(__DOXYGEN__) -#define HAL_USE_TM TRUE +#define HAL_USE_TM FALSE #endif /** |