forked from xuos/xiuos
Delete spaces and blank lines
This commit is contained in:
parent
82af485b5f
commit
d9ecebcf9f
|
@ -118,4 +118,3 @@ bool k210_gpio_get_value(uint32_t io)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 (; ; );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue