Commit 8af831b5 authored by Sandeep Mistry's avatar Sandeep Mistry

Remove unused variable

parent 45d54138
......@@ -34,8 +34,6 @@ extern "C" {
*/
void init( void )
{
uint32_t ul ;
// Set Systick to 1ms interval, common to all Cortex-M variants
if ( SysTick_Config( SystemCoreClock / 1000 ) )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment