I mean 9.2.1

This commit is contained in:
graham sanderson 2022-03-15 18:36:51 -05:00
parent 9a532e7146
commit f18de5341e

View file

@ -101,7 +101,7 @@ pico-sdk requisites (e.g.
[documentation](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf). I have been building against
the `develop` branch of `pico-sdk`, so I recommend that..
**NOTE: I was building with arm-none-eabi-gcc 9.3.1 .. it seems like other versions may cause problems with binary
**NOTE: I was building with arm-none-eabi-gcc 9.2.1 .. it seems like other versions may cause problems with binary
size, so stick with that for now.**
For USB keyboard input support, RP2040 Doom currently uses a modified version of TinyUSB included as a submodule.