summaryrefslogtreecommitdiff
path: root/ucoo/hal/i2c/i2c.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/i2c/i2c.hh')
-rw-r--r--ucoo/hal/i2c/i2c.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucoo/hal/i2c/i2c.hh b/ucoo/hal/i2c/i2c.hh
index 2c06085..e5d940e 100644
--- a/ucoo/hal/i2c/i2c.hh
+++ b/ucoo/hal/i2c/i2c.hh
@@ -28,9 +28,8 @@
# include "i2c.host.hh"
#elif defined (TARGET_stm32)
# include "i2c_hard.stm32.hh"
-#else
-# error "not implemented for this target"
#endif
+#include "i2c_soft.hh"
#include "i2c_slave_data_buffer.hh"
#endif // ucoo_hal_i2c_i2c_hh