1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/pic32-clicker: cleanup includes

This commit is contained in:
Alexandre Abadie 2019-11-21 11:18:48 +01:00
parent e8b0399bc9
commit 401abd5b71
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 3 additions and 6 deletions

View File

@ -7,13 +7,9 @@
* directory for more details.
*
*/
#include <stdio.h>
#include <stdint.h>
#include "periph/gpio.h"
#include "periph/uart.h"
#include "bitarithm.h"
#include "board.h"
#include "cpu.h"
#include "periph/gpio.h"
extern void dummy(void);

View File

@ -26,6 +26,7 @@
#ifndef BOARD_H
#define BOARD_H
#include "cpu.h"
#include "periph_conf.h"
#ifdef __cplusplus