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:
Richard Barry 2020-01-04 00:14:18 +00:00
parent 881958514b
commit eaf9318df8
3 changed files with 9 additions and 5 deletions

View file

@ -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;