Formatted.
This commit is contained in:
parent
15fae9778d
commit
002a63c292
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@
|
||||||
|
|
||||||
/*! \brief Main loop
|
/*! \brief Main loop
|
||||||
*/
|
*/
|
||||||
int __attribute__((OS_main))
|
int __attribute__((OS_main)) main()
|
||||||
main()
|
|
||||||
{
|
{
|
||||||
// Initialize the AVR and the USB connection.
|
// Initialize the AVR and the USB connection.
|
||||||
init();
|
init();
|
||||||
|
|
Loading…
Reference in a new issue