Initial commit
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
#ifndef __MEM_SEG_H__
|
#ifndef __MEM_SEG_H__
|
||||||
#define __MEM_SEG_H__
|
#define __MEM_SEG_H__
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
#ifndef DEVICE_TYPE
|
#ifndef DEVICE_TYPE
|
||||||
#define DEVICE_TYPE EXTENDED_DEVICE_TYPE_DUMMY
|
#define DEVICE_TYPE EXTENDED_DEVICE_TYPE_DUMMY
|
||||||
#endif
|
#endif
|
||||||
|
=======
|
||||||
|
>>>>>>> 1f4cc4d (Initial commit)
|
||||||
|
|
||||||
// #define MEMSEG_PC_SEG_NUM 0
|
// #define MEMSEG_PC_SEG_NUM 0
|
||||||
// #define MEMSEG_PC_ADDR 0
|
// #define MEMSEG_PC_ADDR 0
|
||||||
|
|||||||
@@ -730,7 +730,11 @@ device_public_context_t* init(device_specs_t* specs, char* errbuf)
|
|||||||
|
|
||||||
uint8_t pubDeviceType()
|
uint8_t pubDeviceType()
|
||||||
{
|
{
|
||||||
|
<<<<<<< HEAD
|
||||||
return DEVICE_TYPE;
|
return DEVICE_TYPE;
|
||||||
|
=======
|
||||||
|
return EXTENDED_DEVICE_TYPE_DUMMY;
|
||||||
|
>>>>>>> 1f4cc4d (Initial commit)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user