Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
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 {