Skip to content

!warnings:ARM compiler - fixed code vs inconsisting with standart C, …

danielinux requested to merge alexrayne:fix-arcc-warns into master

Created by: alexrayne

fixed code vs inconsisting with standart C on Keil ARM compiler, that cause warnings pointer type mis-mutch, packed vs unpacked pointer type mis-mutch,

!no binary const - C standart not provide binary (0b)constants, so ARM compiler fail on it.

  •          remove code with goto

Merge request reports