Skip to content

Commit

Permalink
Resolved zvecr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll committed Aug 21, 2024
1 parent a5b7040 commit 7486118
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ BOOTLOADER = at32-dfu

Compatible flashers:

* [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (recommended GUI)
* [dfu-util](https://dfu-util.sourceforge.net/) / `:dfu-util` target in QMK (recommended command line)
```
dfu-util -a 0 -d 2E3C:DF11 -s 0x8000000:leave -D <filename>
Expand Down
4 changes: 0 additions & 4 deletions platforms/chibios/drivers/serial_usart.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
static QMKSerialConfig serial_config = SERIAL_USART_CONFIG;
#elif defined(MCU_AT32) /* AT32 MCUs */
static QMKSerialConfig serial_config = {
# if HAL_USE_SERIAL
.speed = (SERIAL_USART_SPEED),
# else
.baud = (SERIAL_USART_SPEED),
# endif
.ctrl1 = (SERIAL_USART_CTRL1),
.ctrl2 = (SERIAL_USART_CTRL2),
# if !defined(SERIAL_USART_FULL_DUPLEX)
Expand Down

0 comments on commit 7486118

Please sign in to comment.