mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
cpu/atxmega: add missing includes
This commit is contained in:
parent
caa30b83d5
commit
0ba5c314c1
@ -19,13 +19,14 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <avr/interrupt.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "periph_conf.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "bitarithm.h"
|
||||
#include "cpu.h"
|
||||
#include "irq.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph_conf.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -21,9 +21,10 @@
|
||||
|
||||
#include <avr/sleep.h>
|
||||
|
||||
#include "periph_conf.h"
|
||||
#include "periph/pm.h"
|
||||
#include "cpu_pm.h"
|
||||
#include "irq.h"
|
||||
#include "periph/pm.h"
|
||||
#include "periph_conf.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -19,18 +19,16 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "board.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_pm.h"
|
||||
#include "thread.h"
|
||||
|
||||
#include "irq.h"
|
||||
#include "periph/timer.h"
|
||||
|
||||
#include "board.h"
|
||||
#include "periph_conf.h"
|
||||
#include "thread.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
@ -30,10 +30,11 @@
|
||||
#include "board.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_pm.h"
|
||||
#include "irq.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "periph/uart.h"
|
||||
#include "sched.h"
|
||||
#include "thread.h"
|
||||
#include "periph/uart.h"
|
||||
#include "periph/gpio.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user