saitek_stratos.cpp: Fix clang build [-Werror, -Wunused-private-field] (nw)

This commit is contained in:
AJR 2019-07-18 18:58:56 -04:00
parent 30b4b9e034
commit 752d51a80b

View File

@ -71,9 +71,9 @@ private:
uint32_t ind_leds;
bool m_lcd_written;
u8 m_lcd_address;
u8 m_lcd_ram[0x100];
u8 m_lcd_latch;
//u8 m_lcd_address;
//u8 m_lcd_ram[0x100];
//u8 m_lcd_latch;
u8 m_lcd_data;
void show_leds();