Ver Fonte

Revert "Reduce LOGBUFSIZE by 384 bytes"

This reverts commit 8ff56ce5baa9e006ee2b5c6e7a7f8bfbcfbd4085.
Alex Perez há 2 anos atrás
pai
commit
d08b0bb498
2 ficheiros alterados com 1 adições e 4 exclusões
  1. 0 3
      .vscode/settings.json
  2. 1 1
      src/ZuluSCSI_config.h

+ 0 - 3
.vscode/settings.json

@@ -1,3 +0,0 @@
-{
-    "cmake.configureOnOpen": false
-}

+ 1 - 1
src/ZuluSCSI_config.h

@@ -41,7 +41,7 @@
 
 // Log buffer size in bytes, must be a power of 2
 #ifndef LOGBUFSIZE
-#define LOGBUFSIZE 16000
+#define LOGBUFSIZE 16384
 #endif
 #define LOG_SAVE_INTERVAL_MS 1000