add CAN, not tested yet

This commit is contained in:
Edward Emelianov
2026-02-18 22:54:20 +03:00
parent 68028f42a3
commit 80c894517e
16 changed files with 1028 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ typedef struct __attribute__((packed, aligned(4))){
// we store iInterface "as is"
uint16_t iInterface[InterfacesAmount][MAX_IINTERFACE_SZ]; // hryunikod!
uint8_t iIlengths[InterfacesAmount];
uint32_t CANspeed;
} user_conf;
extern user_conf the_conf;