summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c')
-rw-r--r--FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c b/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c
index 2398e1a6b..98646f1cf 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_M33F_NTZ_Nordic_NRF9160_SES/Source/main.c
@@ -36,6 +36,7 @@
/* Demo includes. */
#include "mpu_demo.h"
+#include "reg_tests.h"
/*-----------------------------------------------------------*/
/* Initialize the MPU symbols needed by the port code. */
@@ -79,6 +80,9 @@ int main( void )
/* Create tasks for the MPU Demo. */
vStartMPUDemo();
+ /* Create tasks for register tests. */
+ vStartRegTests();
+
/* Start scheduler. */
vTaskStartScheduler();