Explorar o código

buffer size increase

frux-c %!s(int64=2) %!d(string=hai) anos
pai
achega
407461305e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      uhf_buffer.h

+ 1 - 1
uhf_buffer.h

@@ -3,7 +3,7 @@
 #include <stdbool.h>
 #include <stddef.h>
 
-#define MAX_BUFFER_SIZE 100
+#define MAX_BUFFER_SIZE 200
 
 typedef struct Buffer {
     uint8_t* data;