svghmi/svghmi.c
author Edouard Tisserant
Fri, 09 Aug 2019 12:12:24 +0200
branchsvghmi
changeset 2754 a46311f88604
parent 2750 2694170cd88e
child 2764 b75cc2cf4e50
permissions -rw-r--r--
SVGHMI: little fixes to make the build go through
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     1
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     2
void test_me(void){
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     3
    /*
2754
a46311f88604 SVGHMI: little fixes to make the build go through
Edouard Tisserant
parents: 2750
diff changeset
     4
    %(hmi_tree)s
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     5
    */
2754
a46311f88604 SVGHMI: little fixes to make the build go through
Edouard Tisserant
parents: 2750
diff changeset
     6
    return;
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     7
}