insane-adding-machines / unicore-mx

UniCore-MX | Universal Core for ARM Cortex-M0/0+/3/4/7/X
GNU General Public License v3.0
50 stars 8 forks source link

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

Open alexrayne opened 7 years ago

alexrayne commented 7 years ago

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.