drivers/motor/foc/foc_dummy.c: remove unused variable

This commit is contained in:
raiden00pl 2022-11-17 11:27:03 +01:00 committed by Xiang Xiao
parent 04a66d2d3a
commit 45a24c1894

View File

@ -647,14 +647,9 @@ void foc_dummy_update(void)
{
FAR struct foc_dev_s *dev = NULL;
FAR struct foc_dummy_data_s *sim = NULL;
static uint32_t cntr = 0;
int i = 0;
irqstate_t flags;
/* Increase local counter */
cntr += 1;
flags = enter_critical_section();
/* Update all FOC instances */