File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Symfony/src/Codebender/CompilerBundle/Handler Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
18
18
*/
19
19
namespace Codebender \CompilerBundle \Handler ;
20
20
You can’t perform that action at this time.
0 commit comments