forked from TeamTofuShop/segatools
remove 5gb wasted space by removing precompiled headers
This commit is contained in:
@ -14,10 +14,10 @@
|
||||
|
||||
// This struct is used to send data related to the button and cab LEDs
|
||||
struct _ongeki_led_data_buf_t {
|
||||
byte framing; // Sync byte
|
||||
uint8_t framing; // Sync byte
|
||||
uint8_t board; // LED output the data is for (0: cab, 1: control deck)
|
||||
byte data[LED_OUTPUT_DATA_SIZE_MAX]; // Buffer for LEDs
|
||||
byte data_len; // How many bytes to output from the buffer
|
||||
uint8_t data[LED_OUTPUT_DATA_SIZE_MAX]; // Buffer for LEDs
|
||||
uint8_t data_len; // How many bytes to output from the buffer
|
||||
};
|
||||
|
||||
static byte ongeki_led_board_data_lens[LED_BOARDS_TOTAL] = {9*3, 6*3};
|
||||
static uint8_t ongeki_led_board_data_lens[LED_BOARDS_TOTAL] = {9*3, 6*3};
|
||||
|
Reference in New Issue
Block a user