AIS-related namespace cleanup.

This commit is contained in:
Jared Boone
2015-12-08 15:53:17 -08:00
parent 37d7d5b273
commit 3e0acc9988
4 changed files with 12 additions and 16 deletions
-2
View File
@@ -32,7 +32,6 @@ using namespace lpc43xx;
#include <cstddef>
#include <string>
namespace baseband {
namespace ais {
struct DateTime {
@@ -97,6 +96,5 @@ private:
};
} /* namespace ais */
} /* namespace baseband */
#endif/*__AIS_PACKET_H__*/