Pārlūkot izejas kodu

Fix for fastest optimization with CPU > 120 MHz

main
PaulStoffregen pirms 8 gadiem
vecāks
revīzija
13fc9401d9
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. +5
    -0
      WireKinetis.cpp

+ 5
- 0
WireKinetis.cpp Parādīt failu

} else { } else {
tmp = port().D; tmp = port().D;
} }
#if F_CPU > 120000000
__asm__("nop");
__asm__("nop");
__asm__("nop");
#endif
if (sendStop) port().C1 = I2C_C1_IICEN; if (sendStop) port().C1 = I2C_C1_IICEN;
rxBufferLength = count; rxBufferLength = count;
return count; return count;

Notiek ielāde…
Atcelt
Saglabāt