projects
/
pub
/
USBasp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add short delays before detaching from the USB bus in the bootloaders (thanks to...
[pub/USBasp.git]
/
LUFA
/
Build
/
DMBS
/
Template
/
Template.c
1
/*
2
DMBS Build System
3
Released into the public domain.
4
5
dean [at] fourwalledcubicle [dot] com
6
www.fourwalledcubicle.com
7
*/
8
9
int
main
(
void
)
10
{
11
// Application code here.
12
}