mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 10:39:12 +03:00
remove emsesp namespace
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include <deque>
|
||||
#include <math.h>
|
||||
|
||||
namespace emsesp {
|
||||
|
||||
class Token {
|
||||
public:
|
||||
enum class Type : uint8_t {
|
||||
@@ -84,3 +86,5 @@ std::string calculate(const std::string & expr);
|
||||
std::string compute(const std::string & expr);
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace emsesp
|
||||
Reference in New Issue
Block a user