aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4io/i2c.c')
-rw-r--r--apps/px4io/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4io/i2c.c b/apps/px4io/i2c.c
index dca5ceb1d..bbbbb6e46 100644
--- a/apps/px4io/i2c.c
+++ b/apps/px4io/i2c.c
@@ -82,7 +82,7 @@ static unsigned rx_len;
static const uint8_t junk_buf[] = { 0xff, 0xff, 0xff, 0xff };
-static uint8_t *tx_buf = junk_buf;
+static const uint8_t *tx_buf = junk_buf;
static unsigned tx_len = sizeof(junk_buf);
static uint8_t selected_page;