|
@@ -33,7 +33,7 @@ SOFTWARE.
|
|
|
#define DEVCOONS_ISO15765_2_H_
|
|
#define DEVCOONS_ISO15765_2_H_
|
|
|
|
|
|
|
|
#define I15765_MSG_SIZE 516 /* Max. size of the TP up to 4095 bytes */
|
|
#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
|
|
#define ARM_M4 1
|
|
|
/* Alignment is required for Microcontrollers */
|
|
/* Alignment is required for Microcontrollers */
|
|
|
#if defined(__clang__)
|
|
#if defined(__clang__)
|