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

@@ -1,9 +1,12 @@
#ifndef __MEM_SEG_H__
#define __MEM_SEG_H__
<<<<<<< HEAD
#ifndef DEVICE_TYPE
#define DEVICE_TYPE EXTENDED_DEVICE_TYPE_DUMMY
#endif
=======
>>>>>>> 1f4cc4d (Initial commit)
// #define MEMSEG_PC_SEG_NUM 0
// #define MEMSEG_PC_ADDR 0

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)
}