From 80c37bca675f02fb2bfe71f6ae5ba0232c65bd40 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 14 May 2024 13:42:06 +0200 Subject: week 2 done: fix driver (reboot'd) --- driver/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/config.h') diff --git a/driver/config.h b/driver/config.h index dbe3a86..87eb81f 100644 --- a/driver/config.h +++ b/driver/config.h @@ -23,4 +23,4 @@ typedef uint32_t ti_am335x_word_t; // total size of GPIO registers from p. 4990 (in bytes) #define GPIO_REG_SIZE 0x198 -#define PIN 19 +#define PIN 18 -- cgit v1.2.3