v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit b0ecf87580 - Show all commits

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 {