cmsis-5: Fix data type in Mock
Fix mismatching data types in CMSIS 5 mock.
These became apparent while writing Unit Tests
for the `azure-iot-sdk-c` component that
the data types were not matching the CMSIS
RTOS API. This commit fixes this.
Signed-off-by:
Jack Styles <jack.styles@arm.com>
Showing
- components/cmsis_5/mocks/inc/cmsis_os2.h 2 additions, 2 deletionscomponents/cmsis_5/mocks/inc/cmsis_os2.h
- components/cmsis_5/mocks/src/cmsis_os2.c 2 additions, 2 deletionscomponents/cmsis_5/mocks/src/cmsis_os2.c
- release-changes/202307061428.change 1 addition, 0 deletionsrelease-changes/202307061428.change
release-changes/202307061428.change
0 → 100644
Please register or sign in to comment