add instr, manifest, dev_variant

This commit is contained in:
2026-04-10 22:24:08 +03:00
parent 522946453b
commit 6bd1943d8c
10 changed files with 291 additions and 22 deletions

View File

@@ -730,11 +730,7 @@ 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)
}