Switch back c_append_helper to static

pull/1518/head
jsteube 6 years ago
parent 240652a0ff
commit aa65ed28e5

@ -3,7 +3,7 @@
* License.....: MIT
*/
__constant u32a c_append_helper[64][16] =
__constant static u32a c_append_helper[64][16] =
{
{ 0x000000ff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 },
{ 0x0000ff00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 },

Loading…
Cancel
Save