last windows tweak

This commit is contained in:
Robin Müller 2022-09-27 23:57:58 +02:00
parent 68ce8b5b08
commit b0ecf87580
1 changed files with 7 additions and 0 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 {