analogfunction, rename generated file from .cpp to .c
This commit is contained in:
parent
f6c68e986e
commit
05101b96fb
|
|
@ -1092,8 +1092,8 @@ double $(module)_d_$(function) (<admst:join select="variable[input='yes']" separ
|
||||||
</admst:open>
|
</admst:open>
|
||||||
<admst:message format="$(module).analogfunction.h created\n"/>
|
<admst:message format="$(module).analogfunction.h created\n"/>
|
||||||
|
|
||||||
<admst:open file="$(module).analogfunction.cpp">/*
|
<admst:open file="$(module).analogfunction.c">/*
|
||||||
* $(module).analogfunction.cpp - analog function implementations
|
* $(module).analogfunction.c - analog function implementations
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
* This is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -1115,5 +1115,5 @@ double $(module)_d_$(function) (<admst:join select="variable[input='yes']" separ
|
||||||
<admst:apply-templates select="/module" match="analogfunctionC"/>
|
<admst:apply-templates select="/module" match="analogfunctionC"/>
|
||||||
<admst:text format="\n"/>
|
<admst:text format="\n"/>
|
||||||
</admst:open>
|
</admst:open>
|
||||||
<admst:message format="$(module).analogfunction.cpp created\n"/>
|
<admst:message format="$(module).analogfunction.c created\n"/>
|
||||||
</admst>
|
</admst>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue