mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 15:50:47 -04:00
Add const to variable
Add const type that was accidently removed.
This commit is contained in:
parent
af7724e985
commit
038ab053d6
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user