last windows tweak

This commit is contained in:
Robin Müller 2022-09-27 23:57:58 +02:00
parent 6d2f44a432
commit 03e1a93250
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
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 {