- fixed include guard

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1088 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-26 20:35:08 +00:00
parent 84e26c29d0
commit aee4d7dd0f
+3 -3
View File
@@ -1,6 +1,6 @@
// --------------------------------------------------------------
#ifndef _RADIO_FRAME_HPP_
#define _RADIO_FRAME_HPP_
#ifndef _RADIO_FRAMERECEIVER_HPP_
#define _RADIO_FRAMERECEIVER_HPP_
#include <cstdint>
#include <radio/radio_types.h>
@@ -76,4 +76,4 @@ private:
};
// --------------------------------------------------------------
#endif // _RADIO_FRAME_HPP_
#endif // _RADIO_FRAMERECEIVER_HPP_