diff --git a/Source/FrameReceiver.hpp b/Source/FrameReceiver.hpp index 57578da..d1004da 100644 --- a/Source/FrameReceiver.hpp +++ b/Source/FrameReceiver.hpp @@ -1,6 +1,6 @@ // -------------------------------------------------------------- -#ifndef _RADIO_FRAME_HPP_ -#define _RADIO_FRAME_HPP_ +#ifndef _RADIO_FRAMERECEIVER_HPP_ +#define _RADIO_FRAMERECEIVER_HPP_ #include #include @@ -76,4 +76,4 @@ private: }; // -------------------------------------------------------------- -#endif // _RADIO_FRAME_HPP_ +#endif // _RADIO_FRAMERECEIVER_HPP_