diff --git a/Firmware-Development-Setup.md b/Firmware-Development-Setup.md index 5e865b5..de5e15f 100644 --- a/Firmware-Development-Setup.md +++ b/Firmware-Development-Setup.md @@ -2,7 +2,7 @@ Follow these instructions to set up a firmware development environment for HackR # Toolchain -Install the GCC ARM toolchain from [https://code.launchpad.net/gcc-arm-embedded](https://code.launchpad.net/gcc-arm-embedded). (Other toolchains exist. YMMV). All you have to do is unpack the archive and add the bin directory to your PATH. +Install the GCC ARM toolchain from [https://launchpad.net/gcc-arm-embedded](https://launchpad.net/gcc-arm-embedded). (Other toolchains exist. YMMV). All you have to do is unpack the archive and add the bin directory to your PATH. # libopencm3