try move include inside

pull/730/head
Mestery 2023-04-16 20:54:48 +02:00
rodzic 3d43a618e3
commit f37c0b55c0
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,9 @@
#include "TypeDef.h"
#include "Hal.h"
#if !defined(_RADIOLIB_MODULE_H) #if !defined(_RADIOLIB_MODULE_H)
#define _RADIOLIB_MODULE_H #define _RADIOLIB_MODULE_H
#include "TypeDef.h"
#include "Hal.h"
#if defined(RADIOLIB_BUILD_ARDUINO) #if defined(RADIOLIB_BUILD_ARDUINO)
#include <SPI.h> #include <SPI.h>
#endif #endif