diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-14 13:42:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-14 13:42:06 +0200 |
commit | 80c37bca675f02fb2bfe71f6ae5ba0232c65bd40 (patch) | |
tree | 03e10a0b2b8d6784eecdb40c997a00fad063d9dc /driver/config.h | |
parent | 891595b9307eb2695411d8e32e4addd9cd927ec8 (diff) |
week 2 done: fix driver (reboot'd)week-2
Diffstat (limited to 'driver/config.h')
-rw-r--r-- | driver/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |