mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 11:17:39 +00:00
Move Optional outside tpms namespace.
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user