From 3b00a3b70bab66e360f076b4eb4acddbb18a8d8b Mon Sep 17 00:00:00 2001 From: Gary Bell Date: Thu, 6 Mar 2014 17:29:26 -0500 Subject: [PATCH] fix typo in Makefile.inc comment original commit by whiteneon: "Minor revisions" Signed-off-by: Gary Bell Signed-off-by: Stephan Baerwolf --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 47ad505..b0de713 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -11,7 +11,7 @@ DEVICE = atmega8 # where the updating firmware should be located (starting address) FLASHADDRESS = 0x0000 -# some MCU independend defines... +# some MCU independent defines... #...will be extended within MCU dependend configuration below... DEFINES += -DCONFIG_NO__CHIP_ERASE -DCONFIG_NO__ONDEMAND_PAGEERASE -- 2.11.0