aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST')
-rw-r--r--os/ex/ST/l3gd20.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h
index 1b3f2993a..f2c3907da 100644
--- a/os/ex/ST/l3gd20.h
+++ b/os/ex/ST/l3gd20.h
@@ -291,6 +291,11 @@
#if L3GD20_USE_SPI && !HAL_USE_SPI
#error "L3GD20_USE_SPI requires HAL_USE_SPI"
#endif
+
+//TODO: add I2C support.
+#if L3GD20_USE_I2C
+#error "L3GD20 over I2C still not supported"
+#endif
#if L3GD20_USE_I2C && !HAL_USE_I2C
#error "L3GD20_USE_I2C requires HAL_USE_I2C"