added missing defines for debug output

This commit is contained in:
Robin Müller 2021-09-23 18:13:51 +02:00
parent f2bc374f0f
commit a6bd7c0d6e
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -20,4 +20,12 @@
#define FSFW_HAL_L3GD20_GYRO_DEBUG 0
#endif /* FSFW_HAL_L3GD20_GYRO_DEBUG */
#ifndef FSFW_HAL_RM3100_MGM_DEBUG
#define FSFW_HAL_RM3100_MGM_DEBUG 0
#endif /* FSFW_HAL_RM3100_MGM_DEBUG */
#ifndef FSFW_HAL_LIS3MDL_MGM_DEBUG
#define FSFW_HAL_LIS3MDL_MGM_DEBUG 0
#endif /* FSFW_HAL_LIS3MDL_MGM_DEBUG */
#endif /* FSFW_FSFW_H_ */