Indented according to standard indent rules for this project.
This commit is contained in:
@@ -52,9 +52,9 @@ void handler_i_am_add(
|
||||
#endif
|
||||
if (len != -1) {
|
||||
#if PRINT_ENABLED
|
||||
fprintf(stderr, " from %u, MAC = %d.%d.%d.%d.%d.%d\n",device_id,
|
||||
src->mac[0],src->mac[1],src->mac[2],
|
||||
src->mac[3],src->mac[4],src->mac[5]);
|
||||
fprintf(stderr, " from %u, MAC = %d.%d.%d.%d.%d.%d\n", device_id,
|
||||
src->mac[0], src->mac[1], src->mac[2], src->mac[3], src->mac[4],
|
||||
src->mac[5]);
|
||||
#endif
|
||||
address_add(device_id, max_apdu, src);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user