Fix warning in release mode

This commit is contained in:
Alexandre Paillier
2022-08-05 17:52:24 +02:00
parent 545bc439fe
commit 024691eb64
+1 -1
View File
@@ -549,7 +549,7 @@ int main(void)
uint8_t buf[256];
uint8_t idx;
int state;
uint8_t payload_size;
uint8_t payload_size = 0;
init_heap();