FSFW Update #28

Merged
jgerhards merged 782 commits from fsfw_update into develop 2023-05-28 23:43:22 +02:00
777 changed files with 11190 additions and 8146 deletions
Showing only changes of commit e0c780f21c - Show all commits

View File

@@ -6,7 +6,8 @@
#include <unordered_map> #include <unordered_map>
#ifdef PLATFORM_WIN #ifdef PLATFORM_WIN
// What is this crap? // Defined in Windows header for whatever reason, and leads to nameclash issues with
// class enums which have entries of the same name.
#undef IN #undef IN
#undef OUT #undef OUT
#undef CALLBACK #undef CALLBACK