Skip to content

Commit 1198c8c

Browse files
committed
8.0.3
1 parent 585b615 commit 1198c8c

File tree

276 files changed

+331
-331
lines changed

Some content is hidden

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

276 files changed

+331
-331
lines changed

arm-cm/blinky_ek-tm4c123gxl/blinky.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_ek-tm4c123gxl/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_ek-tm4c123gxl/qk/bsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// <www.state-machine.com/licensing>
3232
3333
//============================================================================
34-
#include "qpc.h" // QP/C real-time embedded framework
34+
#include "qpc.h" // QP/C real-time event framework
3535
#include "blinky.h" // Blinky Application interface
3636
#include "bsp.h" // Board Support Package
3737

arm-cm/blinky_ek-tm4c123gxl/qv/bsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// <www.state-machine.com/licensing>
3232
3333
//============================================================================
34-
#include "qpc.h" // QP/C real-time embedded framework
34+
#include "qpc.h" // QP/C real-time event framework
3535
#include "blinky.h" // Blinky Application interface
3636
#include "bsp.h" // Board Support Package
3737

arm-cm/blinky_ek-tm4c123gxl/qxk/bsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_ek-tm4c123gxl/qxk/xthr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_nucleo-c031c6/blinky.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_nucleo-c031c6/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_nucleo-c031c6/qk/bsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

arm-cm/blinky_nucleo-c031c6/qv/bsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// <www.state-machine.com/licensing>
2727
2828
//============================================================================
29-
#include "qpc.h" // QP/C real-time embedded framework
29+
#include "qpc.h" // QP/C real-time event framework
3030
#include "blinky.h" // Blinky Application interface
3131
#include "bsp.h" // Board Support Package
3232

0 commit comments

Comments
 (0)