Move include files out of uart folder

This commit is contained in:
2020-02-12 21:06:52 +01:00
parent e4770698e2
commit bb898adfac
8 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include <stm-periph/uart/uart.h>
#include <stm-periph/uart.h>
char* _sbrk(int incr) {
extern char heap_low; // Defined by the linker