rename ConfigInfo to ConfigDesc

This commit is contained in:
Sebastian Zagrodzki
2017-05-06 02:40:09 +02:00
parent fedc9864dd
commit e5961a7cc4
5 changed files with 11 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ type DeviceDesc struct {
Protocol Protocol // The protocol (within the sub-class) of this device
// Configuration information
Configs map[int]ConfigInfo
Configs map[int]ConfigDesc
}
// String returns a human-readable version of the device descriptor.