summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c')
-rw-r--r--firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c b/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
index 98d41c7618..2e3a8bed3d 100644
--- a/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
+++ b/firmware/target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
@@ -109,12 +109,11 @@ void lcd_remote_off(void)
109/* This is the maximum transfer size to the remote (op 0x51= 7 bytes setup+79 109/* This is the maximum transfer size to the remote (op 0x51= 7 bytes setup+79
110 * bytes screen data+xor+sum 110 * bytes screen data+xor+sum
111 */ 111 */
112unsigned char remote_payload[88]; 112static unsigned char remote_payload[88];
113unsigned char remote_payload_size; 113static unsigned char remote_payload_size;
114bool remote_repeat_draw=false;
115 114
116unsigned char remote_draw_x, remote_draw_y, 115static unsigned char remote_draw_x, remote_draw_y,
117 remote_draw_width, remote_draw_height; 116 remote_draw_width, remote_draw_height;
118 117
119/* Monitor remote hotswap */ 118/* Monitor remote hotswap */
120static void remote_tick(void) 119static void remote_tick(void)