mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Continue 78K0R development.
This commit is contained in:
parent
617ddbb61f
commit
e311bdb650
8 changed files with 226 additions and 151 deletions
|
@ -50,7 +50,7 @@
|
|||
#ifndef FREERTOS_CONFIG_H
|
||||
#define FREERTOS_CONFIG_H
|
||||
|
||||
/* only include in C files */
|
||||
/* Only include in C files */
|
||||
#ifdef __IAR_SYSTEMS_ICC__
|
||||
|
||||
#pragma language=extended
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
#define configUSE_PREEMPTION 1
|
||||
|
||||
/* only use following section for C files */
|
||||
/* Only use following section for C files */
|
||||
#ifdef __IAR_SYSTEMS_ICC__
|
||||
|
||||
#define configUSE_IDLE_HOOK 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue