Sfoglia il codice sorgente

buffer size increase

frux-c 2 anni fa
parent
commit
407461305e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;