fixed warnings
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 13s

This commit is contained in:
Mazzoleni Alice Francesca 2025-04-10 13:31:47 +02:00
parent aadbfeaf2d
commit 721d536350

View File

@ -2265,7 +2265,7 @@ void *start_timer(void *arg) {
if (imageData == NULL) {
LOG(logERROR, ("Can not allocate image Data RAM."
"Probable cause: Memory Leak.\n"));
return FAIL;
return NULL;
}
/*
for (int i = 0; i < imageSize; i += sizeof(uint16_t)) {