Fix broken adc.h includes
My bad, I'd been testing my header includes against a branch with some draft unification of the adc code. ADC is one of the remaining major peripherals that isn't unified neatly.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#include <libopencm3/stm32/flash.h>
|
||||
#include <libopencm3/stm32/gpio.h>
|
||||
#include <libopencm3/stm32/adc.h>
|
||||
#include <libopencm3/stm32/f1/adc.h>
|
||||
#include <libopencm3/stm32/usart.h>
|
||||
|
||||
static void usart_setup(void)
|
||||
|
||||
Reference in New Issue
Block a user