From 4494c3dc617bbf425358d2130afa0a147514a4f1 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 26 Apr 2019 10:46:00 +0200 Subject: [PATCH] text --- common/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/i2c.c b/common/i2c.c index 8cb88d9b0..1d821d645 100644 --- a/common/i2c.c +++ b/common/i2c.c @@ -593,7 +593,7 @@ bool I2C_WriteFW(uint8_t *data, uint8_t len, uint8_t msb, uint8_t lsb, uint8_t d } void I2C_print_status(void) { - DbpStringEx(FLAG_LOG|FLAG_ANSI, _BLUE_("Smart card module (ISO 7816")); + DbpStringEx(FLAG_LOG|FLAG_ANSI, _BLUE_("Smart card module (ISO 7816)")); uint8_t resp[] = {0, 0, 0, 0}; I2C_Reset_EnterMainProgram(); uint8_t len = I2C_BufferRead(resp, sizeof(resp), I2C_DEVICE_CMD_GETVERSION, I2C_DEVICE_ADDRESS_MAIN);