fixed a bug in IBM PC card where turning off gameport gamepad will cause a crash

This commit is contained in:
dekunukem
2022-05-19 19:43:30 +01:00
parent 19d426c005
commit 0e0b33ffbf
17 changed files with 684 additions and 657 deletions

View File

@@ -69,7 +69,7 @@ UART_HandleTypeDef huart3;
const uint8_t board_id = 1;
const uint8_t version_major = 0;
const uint8_t version_minor = 5;
const uint8_t version_patch = 3;
const uint8_t version_patch = 4;
uint8_t hw_revision;
uint8_t spi_transmit_buf[SPI_BUF_SIZE];