From 623d1e29010c723a174aad96c2db740e56013920 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Fri, 11 Oct 2024 15:02:05 +0530 Subject: [PATCH] Update 1_Basic_GPIO/blinky.md --- 1_Basic_GPIO/blinky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_Basic_GPIO/blinky.md b/1_Basic_GPIO/blinky.md index 32208dd..5c6d90d 100644 --- a/1_Basic_GPIO/blinky.md +++ b/1_Basic_GPIO/blinky.md @@ -8,7 +8,7 @@ The classic, the helloWorld of embedded programming. This program turns the LED - Build the project by pressing the `build` button at the bottom and select the option with `arm-none-eabi`. - Make sure the build exits with code 0. - + ### Basic Code: