aboutsummaryrefslogtreecommitdiff
path: root/main/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/i2c.c')
-rw-r--r--main/i2c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/i2c.c b/main/i2c.c
index cb42ca4..ccd6b46 100644
--- a/main/i2c.c
+++ b/main/i2c.c
@@ -17,3 +17,7 @@ void bus_task() {
vTaskDelete(NULL);
}
+void pb_route_cmd_magic_res(pb_msg_t * msg) {
+ printf("got a magic response from 0x%02x!\n", msg->sender);
+}
+