mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Move Optional outside tpms namespace.
This commit is contained in:
parent
54fb85a9d0
commit
13c0999c3c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue