From d4da05aae035657324e40b2f6048a2ac93e2fd7d Mon Sep 17 00:00:00 2001 From: sh123 Date: Mon, 25 Oct 2021 17:40:09 +0300 Subject: [PATCH] Rename module.h to module_name.h --- loraprs_service.h | 2 +- module.h => module_name.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename module.h => module_name.h (100%) diff --git a/loraprs_service.h b/loraprs_service.h index 4d1aedb..bf695b5 100644 --- a/loraprs_service.h +++ b/loraprs_service.h @@ -13,7 +13,7 @@ #ifdef USE_RADIOLIB #include -#include "module.h" +#include "module_name.h" #else #include #endif diff --git a/module.h b/module_name.h similarity index 100% rename from module.h rename to module_name.h