mbed-os/rtos/source/TARGET_CORTEX/TOOLCHAIN_IAR
Martin Kojtal 5cbf666347 rtos: fix iar vector table type
Following IAR guide for RAM vector table, this is in the code snippet there:

```
extern void * __vector_RAM_table [];
void main(void)
```

Found in https://github.com/ARMmbed/mbed-os/pull/12547
2020-03-30 13:37:15 +01:00
..
mbed_boot_iar.c rtos: fix iar vector table type 2020-03-30 13:37:15 +01:00