Date:2014-02-24 21:59:49 (10 years 1 month ago)
Author:Werner Almesberger
Commit:8b0859486e8b3e076552154f24799aab7f3ce736
Message:atusb/fw/usb/: change a few more uses of ../board.h to board.h

Files: atusb/fw/usb/atu2.c (2 diffs)
atusb/fw/usb/dfu.c (2 diffs)
atusb/fw/usb/dfu_common.c (2 diffs)

Change Details

atusb/fw/usb/atu2.c
11/*
22 * fw/usb/atu2.c - Chip-specific driver for Atmel ATxxxU2 USB chips
33 *
4 * Written 2008-2011, 2013 by Werner Almesberger
5 * Copyright 2008-2011, 2013 Werner Almesberger
4 * Written 2008-2011, 2013-2014 by Werner Almesberger
5 * Copyright 2008-2011, 2013-2014 Werner Almesberger
66 *
77 * This program is free software; you can redistribute it and/or modify
88 * it under the terms of the GNU General Public License as published by
...... 
2727#include <avr/io.h>
2828#include <avr/interrupt.h>
2929#include "usb.h"
30#include "../board.h"
30#include "board.h"
3131
3232
3333#ifndef NULL
atusb/fw/usb/dfu.c
11/*
22 * boot/dfu.c - DFU protocol engine
33 *
4 * Written 2008-2011, 2013 by Werner Almesberger
5 * Copyright 2008-2011, 2013 Werner Almesberger
4 * Written 2008-2011, 2013-2014 by Werner Almesberger
5 * Copyright 2008-2011, 2013-2014 Werner Almesberger
66 *
77 * This program is free software; you can redistribute it and/or modify
88 * it under the terms of the GNU General Public License as published by
...... 
3131#include "usb.h"
3232#include "dfu.h"
3333
34#include "../board.h"
34#include "board.h"
3535
3636
3737#ifndef NULL
atusb/fw/usb/dfu_common.c
11/*
22 * boot/dfu_common.c - DFU protocol engine parts common to App/DFU
33 *
4 * Written 2008-2011, 2013 by Werner Almesberger
5 * Copyright 2008-2011, 2013 Werner Almesberger
4 * Written 2008-2011, 2013-2014 by Werner Almesberger
5 * Copyright 2008-2011, 2013-2014 Werner Almesberger
66 *
77 * This program is free software; you can redistribute it and/or modify
88 * it under the terms of the GNU General Public License as published by
...... 
3131#include "usb.h"
3232#include "dfu.h"
3333
34#include "../board.h"
34#include "board.h"
3535#include "../sernum.h"
3636
3737

Archive Download the corresponding diff file



interactive