analogfunction, rename generated file from .cpp to .c

This commit is contained in:
Guilherme Brondani Torri 2014-12-03 18:54:12 +01:00 committed by Holger Vogt
parent c7af29cd59
commit 5a6b0cbf60
1 changed files with 3 additions and 3 deletions

View File

@ -1092,8 +1092,8 @@ double $(module)_d_$(function) (<admst:join select="variable[input='yes']" separ
</admst:open>
<admst:message format="$(module).analogfunction.h created\n"/>
<admst:open file="$(module).analogfunction.cpp">/*
* $(module).analogfunction.cpp - analog function implementations
<admst:open file="$(module).analogfunction.c">/*
* $(module).analogfunction.c - analog function implementations
*
* This is free software; you can redistribute it and/or modify
* 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:text format="\n"/>
</admst:open>
<admst:message format="$(module).analogfunction.cpp created\n"/>
<admst:message format="$(module).analogfunction.c created\n"/>
</admst>