issue with makefile
This commit is contained in:
@ -31,10 +31,11 @@ namespace objects {
|
||||
|
||||
/* 0x49 ('I') for Communication Interfaces **/
|
||||
ARDUINO_COM_IF = 0x49000001,
|
||||
P60_DOCK_COM_IF = 0x49000002,
|
||||
CSP_COM_IF = 0x49000002,
|
||||
|
||||
/* 0x44 ('D') for device handlers */
|
||||
P60DOCK_HANDLER = 0x44000001
|
||||
P60DOCK_HANDLER = 0x44000001,
|
||||
PDU2_HANDLER = 0x44000002
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user