From 9b9a34bd2cc53e4bdf37b976cd876b626af269e9 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 20 Mar 2023 19:13:38 +0100 Subject: [PATCH] Fixed build options include order --- src/TypeDef.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TypeDef.h b/src/TypeDef.h index 153f3a3c..6d41b56b 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -1,8 +1,9 @@ #if !defined(_RADIOLIB_TYPES_H) #define _RADIOLIB_TYPES_H -#include "BuildOpt.h" +// user build options may override the default #include "BuildOptUser.h" +#include "BuildOpt.h" /*! \defgroup config_shaping Data shaping filter values aliases.