From 1cae95654a1673ffb269ebd3bce1ece73ef776f5 Mon Sep 17 00:00:00 2001 From: derGraph Date: Mon, 22 May 2023 08:34:19 +0200 Subject: [PATCH] Updated Makefile defs to 10.3.1 --- firmware/Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile.defs b/firmware/Makefile.defs index bd75da3..a3e00c1 100644 --- a/firmware/Makefile.defs +++ b/firmware/Makefile.defs @@ -1,6 +1,6 @@ # In the nrf52 sdk, will auto detection current platform: posix or windows. # If your is already installed, and version and path is this: -# Version : 9.3.1 +# Version : 10.3.1 # Windows-path: C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin/ # POSIX -path: /usr/local/gcc-arm-none-eabi-9-2020-q2-update/bin/ # You can ignore this file modify.