Increase frequency to 99MHz.
diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index ccabf42..750bc79 100644
--- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -279,7 +279,7 @@
 	/* select main OSC, 12MHz, as the PLL clock source. */

 	SC->CLKSRCSEL = 0x1;		

 	

-	SC->PLL0CFG = 0x0b;

+	SC->PLL0CFG = 0x20031;

 	SC->PLL0FEED = PLLFEED_FEED1;

 	SC->PLL0FEED = PLLFEED_FEED2;

 	      

@@ -292,7 +292,7 @@
 	SC->CCLKCFG = 0x03;

 	

 	/* Configure flash accelerator. */

-	SC->FLASHCFG = 0x303a;

+	SC->FLASHCFG = 0x403a;

 	

 	/* Check lock bit status. */

 	while( ( ( SC->PLL0STAT & ( 1 << 26 ) ) == 0 ) );