[formatting] run everything through codestyle
Almost nothing changes here except moving braces to the same line as the function declaration. Everything else is largely whitespace changes and a few dangling files with tab indents. See scripts/codestyle
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
#include <platform/nrf52.h>
|
||||
#include <target/gpioconfig.h>
|
||||
|
||||
void target_early_init(void)
|
||||
{
|
||||
void target_early_init(void) {
|
||||
/* configure the usart1 pins */
|
||||
gpio_config(GPIO_LED1, GPIO_OUTPUT);
|
||||
gpio_config(GPIO_LED2, GPIO_OUTPUT);
|
||||
@@ -46,8 +45,7 @@ void target_early_init(void)
|
||||
}
|
||||
|
||||
|
||||
void target_init(void)
|
||||
{
|
||||
void target_init(void) {
|
||||
nrf52_debug_init();
|
||||
dprintf(SPEW,"Target: PCA10040 DK...\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user