1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

* removed unnecessary includes from msp430-common files

This commit is contained in:
Oleg Hahm 2013-03-07 19:23:51 +01:00
parent 68c9a60348
commit 02897cbd1d
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include <stddef.h>
#include <stdint.h>
#include <msp430x16x.h>
#include <msp430/flash.h>
#include <irq.h>
uint8_t ie1, ie2;

View File

@ -32,7 +32,6 @@
*
* Modified by Kaspar Schleiser
*/
#include <sys/unistd.h>
#include "cpu.h"
#include <msp430x16x.h>