start firmware: Function definitions for ADC

This commit is contained in:
2020-02-02 00:01:08 +01:00
parent 6da5288d90
commit e091ccf19c
14 changed files with 7525 additions and 26 deletions

View File

@@ -1,11 +1,4 @@
/*
* syscalls.c
*
* Created on: Dec 14, 2014
* Author: shino-chan
*/
#include "uart.h"
#include <uart/uart.h>
char* _sbrk(int incr) {
extern char heap_low; // Defined by the linker