From a32a82bcd97eaf21000e43d0225e97d546336852 Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Sun, 12 Mar 2023 10:32:56 -0400
Subject: [PATCH] Fix typeo

---
 examples/debugprintfdemo/debugprintfdemo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/debugprintfdemo/debugprintfdemo.c b/examples/debugprintfdemo/debugprintfdemo.c
index 237fd5e..27ea924 100644
--- a/examples/debugprintfdemo/debugprintfdemo.c
+++ b/examples/debugprintfdemo/debugprintfdemo.c
@@ -29,7 +29,7 @@ int main()
 	{
 		GPIOD->BSHR = 1 | (1<<4);	 // Turn on GPIOD0
 		//Delay_Ms( 50 );
-		GPIOD->BSHR = (1<<16) | ( 1<<(4+16); // Turn off GPIOD0
+		GPIOD->BSHR = (1<<16) | ( 1<<(4+16) ); // Turn off GPIOD0
 		//Delay_Ms( 50 );
 		printf( "%d\n", count++ );
 	}
-- 
GitLab