Initial commit

This commit is contained in:
2026-04-09 13:24:44 +03:00
committed by nikto_b
parent 6328aea2f5
commit 522946453b
2 changed files with 7 additions and 0 deletions

View File

@@ -730,7 +730,11 @@ device_public_context_t* init(device_specs_t* specs, char* errbuf)
uint8_t pubDeviceType()
{
<<<<<<< HEAD
return DEVICE_TYPE;
=======
return EXTENDED_DEVICE_TYPE_DUMMY;
>>>>>>> 1f4cc4d (Initial commit)
}