Skip to content

Commit

Permalink
tests: Add mssing includes for leds and xtimer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jones committed Feb 9, 2017
1 parent 4d7b7a8 commit fd9ce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/leds/main.c
Expand Up @@ -19,6 +19,7 @@
*/

#include <stdio.h>
#include <stdint.h>

#include "board.h"
#include "periph_conf.h"
Expand Down
1 change: 1 addition & 0 deletions tests/xtimer_msg_receive_timeout/main.c
Expand Up @@ -23,6 +23,7 @@
*
* @}
*/
#include <stdio.h>

#include "thread.h"
#include "msg.h"
Expand Down

0 comments on commit fd9ce7a

Please sign in to comment.