From f5c8f8544b362465e12ddbdd23b7d03341e7001f Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 17 Apr 2019 15:34:25 -0500 Subject: [PATCH] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c3d3c..699790a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Building a AVR based FreeRTOS application (blinky) -This project walks you through the process building a FreeRTOS based AVR application to toggle a LED on the ATMega328p microcontroller. The FreeRTOS kernel is developed by leading chip manufacturers to provide a Real Time Operating System for microtrollers and microprocessors. Reffer to your microcontroller's datasheet to determine optiomal memory footprint and stack size. +This project walks you through the process building a FreeRTOS based AVR application to toggle a LED on the ATMega328p microcontroller. The FreeRTOS kernel is developed by leading chip manufacturers to provide a Real Time Operating System for microtrollers and microprocessors. Refer to your microcontroller's datasheet to determine optiomal memory footprint and stack size. ### Prerequisites: