mirror of
https://github.com/eddyem/tsys01.git
synced 2026-03-20 16:50:57 +03:00
0x07 -> 0x0f in size mask
This commit is contained in:
0
STM32/2sensors_logging/tsys01.bin
Normal file → Executable file
0
STM32/2sensors_logging/tsys01.bin
Normal file → Executable file
@@ -217,7 +217,7 @@ static void can_process_fifo(uint8_t fifo_num){
|
||||
/* TODO: check filter match index if more than one ID can receive */
|
||||
CAN_message msg;
|
||||
uint8_t *dat = msg.data;
|
||||
uint8_t len = box->RDTR & 0x7;
|
||||
uint8_t len = box->RDTR & 0x0f;
|
||||
msg.length = len;
|
||||
if(len){ // message can be without data
|
||||
uint32_t hb = box->RDHR, lb = box->RDLR;
|
||||
|
||||
0
STM32/TSYS_controller/tsys01.bin
Executable file → Normal file
0
STM32/TSYS_controller/tsys01.bin
Executable file → Normal file
0
STM32/Tcalc/tsys01.bin
Normal file → Executable file
0
STM32/Tcalc/tsys01.bin
Normal file → Executable file
0
STM32/Tcalc_screen/tsys01.bin
Normal file → Executable file
0
STM32/Tcalc_screen/tsys01.bin
Normal file → Executable file
0
STM32/Tcalc_screen_ver2/tcalc_screen.bin
Normal file → Executable file
0
STM32/Tcalc_screen_ver2/tcalc_screen.bin
Normal file → Executable file
0
STM32/inc/gen042
Normal file → Executable file
0
STM32/inc/gen042
Normal file → Executable file
0
STM32/src4multiplexer/tsys01.bin
Normal file → Executable file
0
STM32/src4multiplexer/tsys01.bin
Normal file → Executable file
Reference in New Issue
Block a user