1
0
forked from fsfw/fsfw

add i2c wiretapping option

This commit is contained in:
2022-02-22 11:19:49 +01:00
parent a274d6598e
commit 6739890d53
2 changed files with 25 additions and 6 deletions

View File

@ -69,4 +69,9 @@
#define FSFW_HAL_LIS3MDL_MGM_DEBUG 0
#endif /* FSFW_HAL_LIS3MDL_MGM_DEBUG */
// Can be used for low-level debugging of the I2C bus
#ifndef FSFW_HAL_I2C_WIRETAPPING
#define FSFW_HAL_I2C_WIRETAPPING 0
#endif
#endif /* FSFW_FSFW_H_ */