File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
features/storage/FEATURE_STORAGE
cfstore/configuration-store
storage-volume-manager/storage-volume-manager Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ typedef struct _ARM_CFSTORE_STATUS {
189
189
}while(0)
190
190
#endif
191
191
192
- #if defined __MBED__ && defined TOOLCHAIN_IAR
192
+ #if defined __MBED__ && defined __ICCARM__
193
193
/** @brief Helper macro to swap 2 handles, which is useful for the Find() idiom. */
194
194
/* note, memory barriers may be required in the following implementation */
195
195
#define CFSTORE_HANDLE_SWAP (__a_HaNdLe , __b_HaNdLe ) \
Original file line number Diff line number Diff line change 35
35
* FlashJournal_t. The caller will only allocate a FlashJournal_t and expect the
36
36
* Sequential Strategy to reuse that space for a SequentialFlashJournal_t.
37
37
*/
38
- #ifndef TOOLCHAIN_IAR
38
+ #ifndef __ICCARM__
39
39
typedef char AssertStorageVolumeManagerMaxVolumesIsSane[(((MAX_VOLUMES) > 0 ) && ((MAX_VOLUMES) <= 8 )) ? 0 :-1 ];
40
40
#endif
41
41
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ void __rtos_env_unlock( struct _reent *_r )
554
554
555
555
#endif
556
556
557
- #if defined(TOOLCHAIN_IAR ) /******************** IAR ********************/
557
+ #if defined(__ICCARM__ ) /******************** IAR ********************/
558
558
559
559
extern void * __vector_table ;
560
560
extern int __low_level_init (void );
You can’t perform that action at this time.
0 commit comments