mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 03:09:41 +02:00
usb/fw/atusb.c (main): removed 100 ms LED flash
This commit is contained in:
parent
79b5daf5a4
commit
0676bef2c1
@ -15,9 +15,6 @@
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
#define F_CPU 8000000UL
|
||||
#include <util/delay.h>
|
||||
|
||||
#include "usb.h"
|
||||
|
||||
#include "board.h"
|
||||
@ -33,12 +30,6 @@ int main(void)
|
||||
|
||||
/* now we should be at 8 MHz */
|
||||
|
||||
#if 1
|
||||
led(1);
|
||||
_delay_ms(100);
|
||||
led(0);
|
||||
#endif
|
||||
|
||||
usb_init();
|
||||
ep0_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user