mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
UpdUpdate IAR projects to use Embedded Workbench V5.11.
This commit is contained in:
parent
dfb8e7003b
commit
474cb76864
104 changed files with 10988 additions and 22710 deletions
|
@ -282,7 +282,7 @@ static void
|
|||
OSRAMDelay(unsigned long ulCount)
|
||||
{
|
||||
__asm(" subs r0, #1\n"
|
||||
" bne OSRAMDelay\n"
|
||||
" bne.n OSRAMDelay\n"
|
||||
" bx lr");
|
||||
}
|
||||
#endif
|
||||
|
@ -810,7 +810,7 @@ OSRAMInit(tBoolean bFast)
|
|||
//
|
||||
// Initialize the I2C master.
|
||||
//
|
||||
I2CMasterInit(I2C_MASTER_BASE, bFast);
|
||||
I2CMasterInitExpClk(I2C_MASTER_BASE, SysCtlClockGet(), bFast);
|
||||
|
||||
//
|
||||
// Compute the inter-byte delay for the SSD0303 controller. This delay is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue