mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add CAN, not tested yet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user