From 1a11ab00d898c4484bc0f518a1d53b1f4cbf5fb4 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 18 Apr 2018 23:17:25 -0400 Subject: SD cardgit status FAT32git status Beautiful! --- src/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpio.c') diff --git a/src/gpio.c b/src/gpio.c index db67465..151779d 100644 --- a/src/gpio.c +++ b/src/gpio.c @@ -23,7 +23,7 @@ void gpio_init(void) { // enable clocks - RCC->AHB2ENR |= 0xFF; + RCC->AHB2ENR |= 0x0F; } void gpio_pupd(GPIO_TypeDef *port, uint32_t pin, uint32_t pupd) -- cgit v1.2.3