Skip to content

Commit 21854c0

Browse files
committed
Auto-Formated MCUHandler
1 parent 8c57183 commit 21854c0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Symfony/src/Codebender/CompilerBundle/Handler/MCUHandler.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?php
22
/**
3-
\file
4-
\brief MCU macros for Clang.
5-
6-
When compiling source code for ATMEL AVR, one must specify the MCU type
7-
(avr-gcc's -mmcu flag). This defines a macro that is used for conditional
8-
compilation. Clang has no such flag, and thus the macro has to be predefined
9-
by hand.
10-
11-
See <http://www.nongnu.org/avr-libc/user-manual/using_tools.html>.
12-
13-
\author Dimitrios Christidis
14-
\author Vasilis Georgitzikis
15-
16-
\copyright (c) 2012, The Codebender Development Team
17-
\copyright Licensed under the Simplified BSD License
3+
* \file
4+
* \brief MCU macros for Clang.
5+
*
6+
* When compiling source code for ATMEL AVR, one must specify the MCU type
7+
* (avr-gcc's -mmcu flag). This defines a macro that is used for conditional
8+
* compilation. Clang has no such flag, and thus the macro has to be predefined
9+
* by hand.
10+
*
11+
* See <http://www.nongnu.org/avr-libc/user-manual/using_tools.html>.
12+
*
13+
* \author Dimitrios Christidis
14+
* \author Vasilis Georgitzikis
15+
*
16+
* \copyright (c) 2012, The Codebender Development Team
17+
* \copyright Licensed under the Simplified BSD License
1818
*/
1919
namespace Codebender\CompilerBundle\Handler;
2020

0 commit comments

Comments
 (0)