mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 01:29:03 -04:00
Change header guard name.
This commit is contained in:
parent
51df92a05a
commit
a33aa26bf5
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue