Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 512 → Rev 513

/QMK-Groundstation/branches/libMK/testing/HandlerTest.cpp
0,0 → 1,12
#include "HandlerTest.h"
 
void HandlerTest::setUp(void) {
handler = new Handler(&com, &data);
};
 
void HandlerTest::get_flightctrl_settings_test(void) {
handler->get_flightctrl_settings(0);
};
 
void HandlerTest::tearDown(void) {
};