mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 23:39:37 -05:00
Move Optional outside tpms namespace.
This commit is contained in:
parent
54fb85a9d0
commit
13c0999c3c
@ -29,7 +29,6 @@
|
|||||||
#include "manchester.hpp"
|
#include "manchester.hpp"
|
||||||
#include "log_file.hpp"
|
#include "log_file.hpp"
|
||||||
|
|
||||||
namespace tpms {
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
class Optional {
|
class Optional {
|
||||||
@ -46,6 +45,8 @@ private:
|
|||||||
bool valid_;
|
bool valid_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
namespace tpms {
|
||||||
|
|
||||||
class TransponderID {
|
class TransponderID {
|
||||||
public:
|
public:
|
||||||
constexpr TransponderID(
|
constexpr TransponderID(
|
||||||
|
Loading…
Reference in New Issue
Block a user