indented.

This commit is contained in:
skarg
2006-08-13 00:57:17 +00:00
parent 5bb205dc03
commit a30d497669
41 changed files with 574 additions and 573 deletions
+6 -6
View File
@@ -44,18 +44,18 @@ void handler_i_am_add(uint8_t * service_request,
(void) service_len;
len = iam_decode_service_request(service_request,
&device_id, &max_apdu, &segmentation, &vendor_id);
#if PRINT_ENABLED
#if PRINT_ENABLED
fprintf(stderr, "Received I-Am Request");
#endif
#endif
if (len != -1) {
#if PRINT_ENABLED
#if PRINT_ENABLED
fprintf(stderr, " from %u!\n", device_id);
#endif
#endif
address_add(device_id, max_apdu, src);
} else {
#if PRINT_ENABLED
#if PRINT_ENABLED
fprintf(stderr, "!\n");
#endif
#endif
}
return;