Fix coding in all files

This commit is contained in:
2020-02-12 21:19:11 +01:00
parent 94b59918fc
commit 1745a7e2b2
3 changed files with 7 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ static struct rcc_enable_count enable_count_list[RCC_ENABLE_MANAGER_COUNT] = {0}
#if RCC_ENABLE_MANAGER_STATIC
static struct rcc_enable_count *search_enable_entry_in_list(volatile uint32_t *reg_addr, uint8_t bit_pos)
{
int i;
unsigned int i;
struct rcc_enable_count *ret_element = NULL;
struct rcc_enable_count *current_element;