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

tests: Add mssing includes for leds and xtimer test

This commit is contained in:
Neil Jones 2017-02-09 13:05:07 +00:00
parent 4d7b7a8641
commit fd9ce7a865
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include "board.h"
#include "periph_conf.h"

View File

@ -23,6 +23,7 @@
*
* @}
*/
#include <stdio.h>
#include "thread.h"
#include "msg.h"