freertos: formatting fixes for config file

This commit is contained in:
Renz Bagaporo
2021-03-22 13:35:49 +08:00
parent 39cf818838
commit 021cce3f56
3 changed files with 83 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
/*
FreeRTOS V8.2.0 - Copyright (C) 2021 Real Time Engineers Ltd.
FreeRTOS V10 - Copyright (C) 2021 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -135,9 +135,6 @@
#define configRECORD_STACK_HIGH_ADDRESS 1
#define configTICK_RATE_HZ ( CONFIG_FREERTOS_HZ )
/* Default clock rate for simulator */
//#define configCPU_CLOCK_HZ 80000000
/* This has impact on speed of search for highest priority */
#ifdef SMALL_TEST
#define configMAX_PRIORITIES ( 7 )

View File

@@ -1,5 +1,5 @@
/*
FreeRTOS V8.2.0 - Copyright (C) 2021 Real Time Engineers Ltd.
FreeRTOS V10 - Copyright (C) 2021 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

View File

@@ -1,5 +1,5 @@
/*
FreeRTOS V8.2.0 - Copyright (C) 2021 Real Time Engineers Ltd.
FreeRTOS V10 - Copyright (C) 2021 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.