format with uncrustify

This commit is contained in:
Pim van Pelt
2018-11-04 14:19:00 +01:00
parent 8cfcfc9af3
commit 5c26d2d43b
4 changed files with 28 additions and 27 deletions

View File

@ -4,10 +4,10 @@
#include "mgos.h"
#include "mgos_gpio.h"
#define CHANNEL_MAX 16
#define GPIO_INVALID 255
#define GPIO_MIN 0
#define GPIO_MAX 16
#define CHANNEL_MAX 16
#define GPIO_INVALID 255
#define GPIO_MIN 0
#define GPIO_MAX 16
struct channel_t {
uint8_t button_gpio;