فهرست منبع

increase records limit

Jean LE QUELLEC 3 سال پیش
والد
کامیت
b8a62a3021
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      i2csniffer.h

+ 1 - 1
i2csniffer.h

@@ -16,7 +16,7 @@ typedef enum { I2C_BUS_FREE, I2C_BUS_STARTED } i2cBusStates;
 #define MAX_MESSAGE_SIZE 128
 
 // Nb of records
-#define MAX_RECORDS 32
+#define MAX_RECORDS 128
 
 /// @brief Struct used to store our reads
 typedef struct {