Rename module.h to module_name.h

pull/28/head
sh123 2021-10-25 17:40:09 +03:00
rodzic d47fdc891b
commit d4da05aae0
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@
#ifdef USE_RADIOLIB
#include <RadioLib.h>
#include "module.h"
#include "module_name.h"
#else
#include <LoRa.h>
#endif