Skip to content

Commit de10f56

Browse files
committed
fixed issue 26
1 parent 2dc5d08 commit de10f56

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

clientdb.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<com.ibm.magnolia.clientmodel:ClientModelRoot xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:com.ibm.magnolia.clientmodel="http:///com/ibm/magnolia/clientmodel.ecore">
33
<workItemEditorHistory>
4+
<internalContents date="2013-10-22T23:24:44.074+0200" description="285: synck with github" repository="https://clm.jkebanking.net/ccm/">
5+
<workItem itemId="_JX3WsDtgEeOVS9Zte3uxGA"/>
6+
</internalContents>
47
<internalContents date="2013-10-22T21:46:58.977+0200" description="279: adopt to library specification 1.5 (as much as possible)" repository="https://clm.jkebanking.net/ccm/">
58
<workItem itemId="_mZNwgDdDEeODMsLYASdLkg"/>
69
</internalContents>

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/templates/sketch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// - extern variable definitions
55
// In the appropriate section
66

7-
#ifndef {title}_H_
8-
#define {title}_H_
7+
#ifndef _{title}_H_
8+
#define _{title}_H_
99
#include "{Include}"
1010
//add your includes for the project {title} here
1111

@@ -26,4 +26,4 @@ void setup();
2626

2727

2828
//Do not add code below this line
29-
#endif /* {title}_H_ */
29+
#endif /* _{title}_H_ */

0 commit comments

Comments
 (0)