style changes, add .clang-format config file
This commit is contained in:
parent
1c8e725282
commit
2fb61c4be3
4 changed files with 56 additions and 42 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue