Delete spaces and blank lines

This commit is contained in:
wgzAIIT 2022-07-06 14:20:19 +08:00
parent 82af485b5f
commit d9ecebcf9f
2 changed files with 1 additions and 3 deletions

View File

@ -118,4 +118,3 @@ bool k210_gpio_get_value(uint32_t io)
return false;
}
}

View File

@ -33,7 +33,7 @@
#include "riscv_internal.h"
#include "hardware/k210_memorymap.h"
typedef struct _k210_soft_reset
typedef struct _k210_soft_reset
{
uint32_t soft_reset : 1;
uint32_t reserved : 31;
@ -61,4 +61,3 @@ void up_systemreset(void)
for (; ; );
}