Skip to content

Commit 6056ac6

Browse files
committed
7.3.4
corrected typo QF_QF_ with QF_
1 parent 5b4edf6 commit 6056ac6

File tree

119 files changed

+477
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+477
-178
lines changed

arm-cm/dpp_efm32-slstk3401a/dpp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::dpp.h}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later
@@ -81,7 +81,7 @@ static inline TableEvt * TableEvt_ctor(TableEvt * const me,
8181
{
8282
if (me != (TableEvt *)0) {
8383
// don't call QEvt_ctor() because the initialization of all
84-
// QEvt attributes is already done in QF_QF_newX_()
84+
// QEvt attributes is already done in QF_newX_()
8585
me->philoId = id;
8686
}
8787
return me;

arm-cm/dpp_efm32-slstk3401a/dpp.qm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<model version="5.3.0" links="1">
2+
<model version="6.1.1" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm.xsd">
33
<documentation>Dining Philosopher Problem example</documentation>
44
<!--${qpc}-->
55
<framework name="qpc"/>
@@ -45,7 +45,7 @@ QS_SIG_DICTIONARY(HUNGRY_SIG, (void *)0);</code>
4545
<parameter name="id" type="uint8_t"/>
4646
<code>if (me != (TableEvt *)0) {
4747
// don't call QEvt_ctor() because the initialization of all
48-
// QEvt attributes is already done in QF_QF_newX_()
48+
// QEvt attributes is already done in QF_newX_()
4949
me-&gt;philoId = id;
5050
}
5151
return me;</code>

arm-cm/dpp_efm32-slstk3401a/philo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::philo.c}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later

arm-cm/dpp_efm32-slstk3401a/table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::table.c}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later

arm-cm/dpp_ek-tm4c123gxl/dpp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::dpp.h}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later
@@ -81,7 +81,7 @@ static inline TableEvt * TableEvt_ctor(TableEvt * const me,
8181
{
8282
if (me != (TableEvt *)0) {
8383
// don't call QEvt_ctor() because the initialization of all
84-
// QEvt attributes is already done in QF_QF_newX_()
84+
// QEvt attributes is already done in QF_newX_()
8585
me->philoId = id;
8686
}
8787
return me;

arm-cm/dpp_ek-tm4c123gxl/dpp.qm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<model version="5.3.0" links="1">
2+
<model version="6.1.1" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm.xsd">
33
<documentation>Dining Philosopher Problem example</documentation>
44
<!--${qpc}-->
55
<framework name="qpc"/>
@@ -45,7 +45,7 @@ QS_SIG_DICTIONARY(HUNGRY_SIG, (void *)0);</code>
4545
<parameter name="id" type="uint8_t"/>
4646
<code>if (me != (TableEvt *)0) {
4747
// don't call QEvt_ctor() because the initialization of all
48-
// QEvt attributes is already done in QF_QF_newX_()
48+
// QEvt attributes is already done in QF_newX_()
4949
me-&gt;philoId = id;
5050
}
5151
return me;</code>

arm-cm/dpp_ek-tm4c123gxl/philo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::philo.c}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later

arm-cm/dpp_ek-tm4c123gxl/table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp.qm
44
// File: ${.::table.c}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later

arm-cm/dpp_ek-tm4c123gxl_mpu/dpp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Model: dpp_mpu.qm
44
// File: ${.::dpp.h}
55
//
6-
// This code has been generated by QM 5.3.0 <www.state-machine.com/qm>.
6+
// This code has been generated by QM 6.1.1 <www.state-machine.com/qm>.
77
// DO NOT EDIT THIS FILE MANUALLY. All your changes will be lost.
88
//
99
// SPDX-License-Identifier: GPL-3.0-or-later
@@ -81,7 +81,7 @@ static inline TableEvt * TableEvt_ctor(TableEvt * const me,
8181
{
8282
if (me != (TableEvt *)0) {
8383
// don't call QEvt_ctor() because the initialization of all
84-
// QEvt attributes is already done in QF_QF_newX_()
84+
// QEvt attributes is already done in QF_newX_()
8585
me->philoId = id;
8686
}
8787
return me;

arm-cm/dpp_ek-tm4c123gxl_mpu/dpp_mpu.qm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<model version="5.3.0" links="1">
2+
<model version="6.1.1" links="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.state-machine.com/qm/qm.xsd">
33
<documentation>Dining Philosopher Problem example, including QXK and MPU isolation</documentation>
44
<!--${qpc}-->
55
<framework name="qpc"/>
@@ -45,7 +45,7 @@ QS_SIG_DICTIONARY(HUNGRY_SIG, (void *)0);</code>
4545
<parameter name="id" type="uint8_t"/>
4646
<code>if (me != (TableEvt *)0) {
4747
// don't call QEvt_ctor() because the initialization of all
48-
// QEvt attributes is already done in QF_QF_newX_()
48+
// QEvt attributes is already done in QF_newX_()
4949
me-&gt;philoId = id;
5050
}
5151
return me;</code>

0 commit comments

Comments
 (0)