make style

This commit is contained in:
iceman1001 2019-07-27 03:54:01 -04:00
commit 548c2ed998

View file

@ -243,7 +243,7 @@ void setT55xxConfig(uint8_t arg0, t55xx_config *c) {
res = Flash_Write(T55XX_CONFIG_OFFSET, buf, T55XX_CONFIG_LEN); res = Flash_Write(T55XX_CONFIG_OFFSET, buf, T55XX_CONFIG_LEN);
if (res == T55XX_CONFIG_LEN && DBGLEVEL > 1) { if (res == T55XX_CONFIG_LEN && DBGLEVEL > 1) {
DbpString("T55XX Config save " _GREEN_("success") ); DbpString("T55XX Config save " _GREEN_("success"));
} }
BigBuf_free(); BigBuf_free();