Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Tido Klaassen 2017-05-14 16:41:21 +02:00
commit aafc2a508f
197 changed files with 52917 additions and 3054 deletions

View file

@ -240,6 +240,7 @@ SECTIONS
RtkI2CDeInit = 0xbe4d;
RtkI2CSendUserAddr = 0xbee5;
RtkI2CSend = 0xc07d;
_RtkI2CReceive = 0x0c6dd;
RtkI2CLoadDefault = 0xce51;
RtkSalI2COpInit = 0xcf21;
HalI2SWrite32 = 0xcf65;

View file

@ -534,10 +534,3 @@ int __aeabi_fcmpgt(float a, float b)
{
return __rtl_fcmpgt_v1_00(a, b);
}