Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
a79ac13c
Commit
a79ac13c
authored
Jun 03, 2018
by
Maxime Perrotin
Browse files
Fix typo in template
parent
083cbd1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/glue/language_wrappers/vm_if-header/function.tmplt
View file @
a79ac13c
...
@@ -58,11 +58,11 @@ extern "C" {
...
@@ -58,11 +58,11 @@ extern "C" {
@@IF@@ @_Language_@ = "C" or @_Language_@ = "CPP"
@@IF@@ @_Language_@ = "C" or @_Language_@ = "CPP"
#include "@_LOWER:Name_@.h"
#include "@_LOWER:Name_@.h"
@@ELS
E_
IF@@ @_Language_@ = "GUI"
@@ELSIF@@ @_Language_@ = "GUI"
#include "@_LOWER:Name_@_gui_header.h" // Mmmh?
#include "@_LOWER:Name_@_gui_header.h" // Mmmh?
@@ELS
E_
IF@@ @_Language_@ = "RTDS"
@@ELSIF@@ @_Language_@ = "RTDS"
#include "glue_@_LOWER:Name_@.h"
#include "glue_@_LOWER:Name_@.h"
@@ELS
E_
IF@@ @_Language_@ = "MicroPython"
@@ELSIF@@ @_Language_@ = "MicroPython"
#include "@_LOWER:Name_@_mpy_bindings.h"
#include "@_LOWER:Name_@_mpy_bindings.h"
@@END_IF@@
@@END_IF@@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment