Merge branch 'windows-tweaks' into develop

This commit is contained in:
2022-09-28 00:03:51 +02:00
7 changed files with 26 additions and 2 deletions

View File

@ -5,6 +5,13 @@
#include <string>
#include <unordered_map>
#ifdef PLATFORM_WIN
// What is this crap?
#undef IN
#undef OUT
#undef CALLBACK
#endif
using gpioId_t = uint16_t;
namespace gpio {