Decreased the default buffer size.

This commit is contained in:
Rolf Ahrenberg 2014-11-03 21:57:16 +02:00
parent 5795bb58af
commit 30e8040f99
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define ELEMENTS(x) (sizeof(x) / sizeof(x[0]))
#define SATIP_BUFFER_SIZE MEGABYTE(1)
#define SATIP_BUFFER_SIZE KILOBYTE(512)
#define SATIP_DEVICE_INFO_ALL 0
#define SATIP_DEVICE_INFO_GENERAL 1