Unused imports
This commit is contained in:
parent
fe7fd446bc
commit
99c6263534
1 changed files with 0 additions and 3 deletions
3
uart.c
3
uart.c
|
@ -1,10 +1,7 @@
|
|||
#include "uart.h"
|
||||
#include <errno.h>
|
||||
#include <libopencm3/cm3/nvic.h>
|
||||
#include <libopencm3/stm32/gpio.h>
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#include <libopencm3/stm32/usart.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue