add device type into manifest
This commit is contained in:
@@ -646,6 +646,6 @@ device_public_context_t* init(device_specs_t* specs, char* errbuf)
|
||||
|
||||
uint8_t pubDeviceType()
|
||||
{
|
||||
return EXTENDED_DEVICE_TYPE_DUMMY;
|
||||
return DEVICE_TYPE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user