mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 07:28:37 -04:00
Add Source/portable/ARMClang file that directs users to the GCC port if they which to use the ARMClang compiler.
This commit is contained in:
parent
881958514b
commit
eaf9318df8
3 changed files with 9 additions and 5 deletions
|
@ -166,6 +166,8 @@ not necessary for to use this port. They are defined so the common demo files
|
|||
#define portFORCE_INLINE inline __attribute__(( always_inline))
|
||||
#endif
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
portFORCE_INLINE static BaseType_t xPortIsInsideInterrupt( void )
|
||||
{
|
||||
uint32_t ulCurrentInterrupt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue