fix native build

This commit is contained in:
Kevin Hester
2021-03-29 20:56:02 +08:00
parent 7e60078791
commit cdb4756d9d
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#pragma once
#include "configuration.h"
#include "../freertosinc.h"
namespace concurrency
@@ -28,4 +27,4 @@ class BinarySemaphorePosix
#endif
}
} // namespace concurrency