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:
@@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#include <libopencm3/stm32/adc.h>
|
||||
#include <libopencm3/stm32/usart.h>
|
||||
#include <libopencm3/stm32/i2c.h>
|
||||
#include <libopencm3/stm32/gpio.h>
|
||||
|
||||
Reference in New Issue
Block a user