forked from Imagelibrary/rtems
arm/lpc22xx/clock/clockdrv.c: Remove unused variable warning
This commit is contained in:
@@ -101,7 +101,6 @@ rtems_irq_connect_data clock_isr_data = {
|
|||||||
*/
|
*/
|
||||||
#define Clock_driver_support_initialize_hardware() \
|
#define Clock_driver_support_initialize_hardware() \
|
||||||
do { \
|
do { \
|
||||||
uint32_t mask; \
|
|
||||||
/* disable and clear timer 0, set to */ \
|
/* disable and clear timer 0, set to */ \
|
||||||
T0TCR &= 0; \
|
T0TCR &= 0; \
|
||||||
/* TC is incremented on every pclk.*/ \
|
/* TC is incremented on every pclk.*/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user