From 2ca26d1a605f3c739fc6545775c368c9ecda7d10 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 22 Jun 2019 16:36:58 +0200 Subject: [PATCH] Fixed format --- src/TypeDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TypeDef.h b/src/TypeDef.h index 73c81802..931426ac 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -139,7 +139,7 @@ \brief There was an unexpected, unknown error. If you see this, something went incredibly wrong. Your Arduino may be possessed, contact your local exorcist to resolve this error. */ -#define ERR_UNKNOWN -1 +#define ERR_UNKNOWN -1 // SX127x/RFM9x status codes