From cf4c158cdcb6f62dd884333623bfec16c3236946 Mon Sep 17 00:00:00 2001 From: Marshall Clyburn Date: Fri, 22 Nov 2019 14:28:36 -0500 Subject: [PATCH] Update GCC version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ac7e0..b653298 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ C++ namespaces are used to logically divide functionality and modules of the MSP Building ----- -Currently, the library is compiled with GCC 9.1.0 with C++17. +Currently, the library is compiled with GCC 9.2.0 with C++17. The included makefile in `src` does a little work in finding the correct compiler to use. Change MSP430PATH to the directory where MSP430 files are (bin, lib, include, etc.).