mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Change header guard name.
This commit is contained in:
parent
51df92a05a
commit
a33aa26bf5
@ -19,8 +19,8 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __BASEBAND_AIS_H__
|
||||
#define __BASEBAND_AIS_H__
|
||||
#ifndef __AIS_BASEBAND_H__
|
||||
#define __AIS_BASEBAND_H__
|
||||
|
||||
#include "crc.hpp"
|
||||
|
||||
@ -335,4 +335,4 @@ struct CRCCheck {
|
||||
} /* namespace ais */
|
||||
} /* namespace baseband */
|
||||
|
||||
#endif/*__BASEBAND_AIS_H__*/
|
||||
#endif/*__AIS_BASEBAND_H__*/
|
||||
|
Loading…
Reference in New Issue
Block a user