From ed72a6bd5d97073cda106335418c6bd13be9386f Mon Sep 17 00:00:00 2001 From: Thomas Roth Date: Mon, 30 Nov 2020 13:35:20 +0100 Subject: [PATCH] README.md: Remove wrong package (See #1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6da15..d24e033 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ When connecting the debugger ensrue that at least SWDIO, SWDCLK and GND are conn Install the required tools: ``` -sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi openocd python3 +sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi openocd python3 ``` ## Usage