style changes, add .clang-format config file

This commit is contained in:
Filip Ayazi 2021-07-14 02:15:50 +01:00
parent 1c8e725282
commit 2fb61c4be3
4 changed files with 56 additions and 42 deletions

View file

@ -1,15 +1,14 @@
#include "config.h"
#ifdef HELP
#ifndef HELP_H
#include <Arduino.h>
#include "main.h"
#include <Arduino.h>
void help(String);
void help_setup();
const struct Command help_commands[] = {
{"help", help},
END_COMMAND
};
END_COMMAND};
#define HELP_H
#endif
#endif