issue with makefile

This commit is contained in:
2020-12-20 13:31:44 +01:00
parent a9f2c98f8d
commit 23fd408e08
507 changed files with 585 additions and 66403 deletions

View File

@ -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
};
}