diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2023-07-27 18:28:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 16:28:16 +0100 |
commit | 4f0952524820badefe9ec67cf523d281afa03eb3 (patch) | |
tree | 219c1306d6195d0755d06f8ea5110c2af8b15d65 /keyboards/ergodox_ez/config.h | |
parent | ce11427b11c2a857ce9f45eb6a58f5cd52b3d17f (diff) |
helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608)
The code for Helix rev3 boards could not be built with, e.g.,
`CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the
keyboard level `config.h` (apparently the AVR version of that file
contains guards against usage in assembly code, which was hiding the
bug). Move `#include <stdio.h>` to the C sources which need it.
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
0 files changed, 0 insertions, 0 deletions