From 3289317dadb2e02f1385b2beeb6fd0f30348e2d1 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 10 Jan 2026 18:19:30 -0500 Subject: [PATCH] Remove RP2350 UART Driver link from README Removed link to RP2350 UART Driver from README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ffc53ac..b4fb0f6 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,6 @@ Introduction and Overview of Embedded Reverse Engineering: Ethics, Scoping, and #### Exercise 4: Connect GDB & Basic Exploration [HERE](https://github.com/mytechnotalent/Embedded-Hacking/blob/main/WEEK01/WEEK01-04.md) -### RP2350 UART Driver [HERE](https://github.com/mytechnotalent/RP2350_UART_Driver) - ### Chapter 1: hello, world This chapter covers the basics of setting up a dev environment and basic template firmware for the Pico 2 MCU in addition to printing hello, world.