start firmware: Function definitions for ADC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user