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 6e76108e15
commit 39512b4b8a

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(),