From 71095fd300a131b65dfbe2bd7dc3d8fc40818f32 Mon Sep 17 00:00:00 2001 From: barthess Date: Sun, 29 Sep 2013 17:44:23 +0000 Subject: RTCv2. Add support for STM32F0xx. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6331 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/RTC/main.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'testhal/STM32F4xx/RTC/main.c') diff --git a/testhal/STM32F4xx/RTC/main.c b/testhal/STM32F4xx/RTC/main.c index 6b25d371a..ce5fdcae1 100644 --- a/testhal/STM32F4xx/RTC/main.c +++ b/testhal/STM32F4xx/RTC/main.c @@ -47,22 +47,6 @@ static RTCWakeup wakeupspec; static RTCAlarm alarmspec; static time_t unix_time; -/* libc stub */ -int _getpid(void) {return 1;} -/* libc stub */ -void _exit(int i) {(void)i;} -/* libc stub */ -#include -#undef errno -extern int errno; -int _kill(int pid, int sig) { - (void)pid; - (void)sig; - errno = EINVAL; - return -1; -} - - /* sleep indicator thread */ static WORKING_AREA(blinkWA, 128); static msg_t blink_thd(void *arg){ -- cgit v1.2.3