]> begriffs open source - freertos/commit
fix conversion warning (#658)
authorVo Trung Chi <chi.votrung@vn.bosch.com>
Tue, 4 Apr 2023 15:10:54 +0000 (22:10 +0700)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2023 15:10:54 +0000 (08:10 -0700)
commitaa987a3443b60894bc64714135bca44831406886
tree6795e11516f59ccf19e7f5e329c0a05a43080bdd
parent1b8a4244bdd911f156ce5bc6f9f13dcde68228cb
fix conversion warning (#658)

FreeRTOS-Kernel/portable/GCC/ARM_CM4F/port.c:399:41: error: conversion from 'uint32_t' {aka 'long unsigned int'} to 'uint8_t' {aka 'unsigned char'} may change value [-Werror=conversion]

Signed-off-by: Vo Trung Chi <chi.votrung@vn.bosch.com>
19 files changed:
portable/CCS/ARM_CM3/port.c
portable/CCS/ARM_CM4F/port.c
portable/GCC/ARM_CA53_64_BIT/port.c
portable/GCC/ARM_CA9/port.c
portable/GCC/ARM_CM3/port.c
portable/GCC/ARM_CM3_MPU/port.c
portable/GCC/ARM_CM4F/port.c
portable/GCC/ARM_CM4_MPU/port.c
portable/GCC/ARM_CM7/r0p1/port.c
portable/GCC/ARM_CR5/port.c
portable/IAR/ARM_CM3/port.c
portable/IAR/ARM_CM4F/port.c
portable/IAR/ARM_CM4F_MPU/port.c
portable/IAR/ARM_CM7/r0p1/port.c
portable/MikroC/ARM_CM4F/port.c
portable/RVDS/ARM_CM3/port.c
portable/RVDS/ARM_CM4F/port.c
portable/RVDS/ARM_CM4_MPU/port.c
portable/RVDS/ARM_CM7/r0p1/port.c