Date:2011-06-09 17:51:13 (12 years 9 months ago)
Author:Werner Almesberger
Commit:ed6d43bb35deb9d761c2a73e22ee2de9db56c6af
Message:atusb/fw/board_app.c: removed unnecessary includes

Files: atusb/fw/board_app.c (1 diff)

Change Details

atusb/fw/board_app.c
1414#include <stdint.h>
1515
1616#include <avr/io.h>
17#include <avr/interrupt.h>
18#include <avr/boot.h>
1917
2018#define F_CPU 8000000UL
2119#include <util/delay.h>
2220
23#include "usb.h"
24#include "at86rf230.h"
2521#include "board.h"
2622#include "spi.h"
2723

Archive Download the corresponding diff file



interactive