style
This commit is contained in:
@@ -460,7 +460,7 @@ static bool add_param(const char *Cmd, uint8_t paramCount, uint8_t *data, uint8_
|
|||||||
static void print_rd_noEncrpytion_response(felica_read_without_encryption_response_t *rd_noCry_resp) {
|
static void print_rd_noEncrpytion_response(felica_read_without_encryption_response_t *rd_noCry_resp) {
|
||||||
|
|
||||||
if (rd_noCry_resp->status_flags.status_flag1[0] == 00 &&
|
if (rd_noCry_resp->status_flags.status_flag1[0] == 00 &&
|
||||||
rd_noCry_resp->status_flags.status_flag2[0] == 00) {
|
rd_noCry_resp->status_flags.status_flag2[0] == 00) {
|
||||||
|
|
||||||
char *temp = sprint_hex(rd_noCry_resp->block_data, sizeof(rd_noCry_resp->block_data));
|
char *temp = sprint_hex(rd_noCry_resp->block_data, sizeof(rd_noCry_resp->block_data));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user