add SimpleEnv

This commit is contained in:
2023-07-23 20:56:43 +09:00
parent fde7d40e87
commit d9c4893615

View File

@@ -7,5 +7,6 @@
namespace nf7 {
using Env = Container<subsys::Interface>;
using SimpleEnv = SimpleContainer<subsys::Interface>;
} // namespace nf7