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:
parent
4d7b7a8641
commit
fd9ce7a865
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "board.h"
|
||||
#include "periph_conf.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
#include "thread.h"
|
||||
#include "msg.h"
|
||||
|
Loading…
Reference in New Issue
Block a user