Native tests run again

This commit is contained in:
Martin Bauer
2020-06-07 10:59:16 +02:00
parent d895d85273
commit 5558151c91
13 changed files with 95 additions and 75 deletions

View File

@@ -1,9 +1,6 @@
#pragma once
#ifndef PLATFORM_NATIVE
#include <Arduino.h>
#endif
#include "Dtypes.h"
using SessionIdType = uint32_t;
constexpr size_t MAX_USERS = 64;