clangformat everything
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include "stm32f7xx_hal.h"
|
||||
#include "log.h"
|
||||
#include "stm32f7xx_hal.h"
|
||||
|
||||
extern UART_HandleTypeDef huart1;
|
||||
|
||||
@@ -18,7 +18,7 @@ extern UART_HandleTypeDef huart1;
|
||||
* @return The current timestamp in milliseconds since boot
|
||||
*/
|
||||
|
||||
int _write(int file, char *data, int len) {
|
||||
int _write(int file, char* data, int len) {
|
||||
HAL_StatusTypeDef status;
|
||||
|
||||
switch (file) {
|
||||
|
||||
Reference in New Issue
Block a user