소스 검색

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

yangyongkai 3 년 전
부모
커밋
894be1eb04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BleCanBoxCode/STM32F103RCT6/Middle/iso15765-canbus-master/src/lib_iso15765.h

+ 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__)