...
This commit is contained in:
15
cxx/tests/mount.cpp
Normal file
15
cxx/tests/mount.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "../mcc_mount.h"
|
||||
#include "../mcc_mount_events_states.h"
|
||||
|
||||
int tests_mount(int, char**)
|
||||
{
|
||||
using namespace mcc;
|
||||
|
||||
using mount_t = MccMount<MccMountConfig<MccMountType::CROSSAXIS_TYPE>, MccMountTelemetry>;
|
||||
|
||||
mount_t mount(MccMountStateIDLE<mount_t>{});
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user