mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Increase buffer on CAN-FD
This commit is contained in:
parent
63ea136c27
commit
cfa225deee
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ACAN2517FDSettings {
|
|||
//······················································································································
|
||||
|
||||
//--- Driver transmit buffer size
|
||||
public: uint16_t mDriverTransmitFIFOSize = 16 ; // >= 0
|
||||
public: uint16_t mDriverTransmitFIFOSize = 20 ; // >= 0
|
||||
|
||||
//--- Controller transmit FIFO size
|
||||
public: uint8_t mControllerTransmitFIFOSize = 1 ; // 1 ... 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue