- for (uint8_t i = 0; i < CollectionDepth; i++)\r
- putchar(' ');\r
-\r
- printf_P(PSTR("- Type: 0x%02" PRIX8 "\r\n"), CollectionPath->Type);\r
- \r
- for (uint8_t i = 0; i < CollectionDepth; i++)\r
- putchar(' ');\r
-\r
- printf_P(PSTR("- Usage: 0x%02" PRIX8 "\r\n"), CollectionPath->Usage);\r
-\r
- CollectionDepth += 3;\r
- CollectionPath = CollectionPath->Parent;\r
+ printf_P(PSTR(" |\r\n"\r
+ " - Type: 0x%02" PRIX8 "\r\n"\r
+ " - Usage: 0x%02" PRIX8 "\r\n"),\r
+ CollectionPath->Type, CollectionPath->Usage);\r
+ \r
+ CollectionPath = CollectionPath->Parent;\r