Explorar el Código

buffer size increase

frux-c hace 2 años
padre
commit
407461305e
Se han modificado 1 ficheros con 1 adiciones y 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;