Include buffer caching

This commit is contained in:
Kamil Trzcinski
2022-04-06 12:22:52 +02:00
parent 237e87c90e
commit 0e1ea755d9
5 changed files with 17 additions and 10 deletions

View File

@ -5,7 +5,7 @@
#include "hw/buffer.h"
#include "hw/buffer_lock.h"
DEFINE_BUFFER_LOCK(http_jpeg);
DEFINE_BUFFER_LOCK(http_jpeg, 1000);
#define PART_BOUNDARY "123456789000000000000987654321"
#define CONTENT_TYPE "image/jpeg"