Skip to content
Snippets Groups Projects
Commit 02897cbd authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* removed unnecessary includes from msp430-common files

parent 68c9a603
No related branches found
No related tags found
No related merge requests found
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include <msp430x16x.h> #include <msp430x16x.h>
#include <msp430/flash.h>
#include <irq.h> #include <irq.h>
uint8_t ie1, ie2; uint8_t ie1, ie2;
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
* *
* Modified by Kaspar Schleiser * Modified by Kaspar Schleiser
*/ */
#include <sys/unistd.h>
#include "cpu.h" #include "cpu.h"
#include <msp430x16x.h> #include <msp430x16x.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment