summaryrefslogtreecommitdiff
path: root/ucoo/hal/i2c
diff options
context:
space:
mode:
authorNicolas Schodet2016-11-17 14:38:19 +0100
committerNicolas Schodet2019-10-09 23:05:51 +0200
commite28de03c88d396d2dc45afbc720c5e555d480526 (patch)
treefb596dfebbbcce3844366b0f397eb40f75feef0e /ucoo/hal/i2c
parent54971d4b01b927a8b29a16a13c2708730bc209f9 (diff)
ucoo/utils: add trace dump without debuger
Diffstat (limited to 'ucoo/hal/i2c')
-rw-r--r--ucoo/hal/i2c/i2c_hard.stm32.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucoo/hal/i2c/i2c_hard.stm32.cc b/ucoo/hal/i2c/i2c_hard.stm32.cc
index 22567c9..fa0266b 100644
--- a/ucoo/hal/i2c/i2c_hard.stm32.cc
+++ b/ucoo/hal/i2c/i2c_hard.stm32.cc
@@ -30,7 +30,7 @@
namespace ucoo {
/// Local trace.
-static Trace<CONFIG_UCOO_HAL_I2C_TRACE> i2c_trace;
+static Trace<CONFIG_UCOO_HAL_I2C_TRACE> i2c_trace ("i2c");
/// Information on I2C hardware structure.
struct i2c_hardware_t