Fix coding in all files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user