Переглянути джерело

style:修改15765队列个数
module:lib_iso15765
ticket_ID:lib_iso15765

yangyongkai 3 роки тому
батько
коміт
894be1eb04

+ 1 - 1
BleCanBoxCode/STM32F103RCT6/Middle/iso15765-canbus-master/src/lib_iso15765.h

@@ -33,7 +33,7 @@ SOFTWARE.
 #define DEVCOONS_ISO15765_2_H_
 
 #define I15765_MSG_SIZE     516 /* Max. size of the TP up to 4095 bytes */
-#define I15765_QUEUE_ELMS   64  /* No. of max incoming frames that the* reception buffer can hold */
+#define I15765_QUEUE_ELMS   32  /* No. of max incoming frames that the* reception buffer can hold */
 #define ARM_M4              1
 /* Alignment is required for Microcontrollers */
 #if defined(__clang__)