Restructure include hierarchy

This commit is contained in:
2020-02-12 21:00:35 +01:00
parent d80ce20675
commit f04a5c7930
26 changed files with 49 additions and 46 deletions

View File

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