1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #1408 from LudwigOrtmann/native-cleaning

native: remove stale TODOs and blank line
This commit is contained in:
Christian Mehlis 2014-07-13 22:13:14 +02:00
commit b254f7418a
2 changed files with 0 additions and 3 deletions

View File

@ -25,10 +25,8 @@
#include <stdint.h>
/* TODO: choose better value? */
#define F_CPU 1000000
void _native_LED_GREEN_OFF(void);
#define LED_GREEN_OFF (_native_LED_GREEN_OFF())
void _native_LED_GREEN_ON(void);

View File

@ -17,7 +17,6 @@
#ifndef HWTIMER_CPU_H_
#define HWTIMER_CPU_H_
/* TODO: choose more appropriate values here? */
#define HWTIMER_MAXTIMERS 4
#define HWTIMER_SPEED 1000000
#define HWTIMER_MAXTICKS (0xFFFFFFFF)