.. | .. |
---|
15 | 15 | #define _GT9XX_FIRMWARE_H_ |
---|
16 | 16 | |
---|
17 | 17 | #if GTP_HEADER_FW_UPDATE |
---|
18 | | -unsigned char gtp_default_FW[] = { |
---|
| 18 | +static unsigned char gtp_default_FW[] = { |
---|
19 | 19 | }; |
---|
20 | 20 | #endif |
---|
21 | 21 | |
---|
.. | .. |
---|
26 | 26 | *[GENERATED]2014/01/20 17:37:45 |
---|
27 | 27 | */ |
---|
28 | 28 | #if GTP_COMPATIBLE_MODE |
---|
29 | | -unsigned char gtp_default_FW_fl[] = { |
---|
| 29 | +static unsigned char gtp_default_FW_fl[] = { |
---|
30 | 30 | 0x00, 0x90, 0x06, 0x00, 0x39, 0x31, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x80, 0x00, |
---|
31 | 31 | 0x55, 0x40, 0xa4, 0x28, 0xb3, 0x26, 0x69, 0xf0, 0x0c, 0xc1, 0x00, 0x62, 0x72, 0xed, 0x88, 0x5c, |
---|
32 | 32 | 0x4f, 0x41, 0xf0, 0x90, 0x24, 0xbf, 0x32, 0xe0, 0x1d, 0xc9, 0xdf, 0xf2, 0x53, 0x73, 0x01, 0x20, |
---|