Commit b29fb0ef authored by Adam Wujek's avatar Adam Wujek

common/i2c: remove unused define

remove unused define as leftover of removal of extended commands
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent ea6ce355
......@@ -12,8 +12,6 @@
#define send_nack(descr) hri_sercomi2cs_set_CTRLB_ACKACT_bit(descr->device.hw)
#define set_cmd(descr, cmd) hri_sercomi2cs_set_CTRLB_CMD_bf(descr->device.hw, cmd)
#define EXT_CMD_ADDR 0xff
static struct io_descriptor *io;
static uint16_t dev_addr __xMR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment