Add const to variable

Add const type that was accidently removed.
This commit is contained in:
Ron Eldor 2019-09-25 14:06:15 +03:00
parent af7724e985
commit 038ab053d6

View file

@ -90,7 +90,7 @@ uint8_t receive_byte()
uint32_t receive_uint32()
{
uint32_t value;
uint8_t c_be[8] = { greentea_getc(),
const uint8_t c_be[8] = { greentea_getc(),
greentea_getc(),
greentea_getc(),
greentea_getc(),