working on big refactor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "DriverFactory.h"
|
||||
#include "input/IInputDriver.h"
|
||||
#include "input/InputDriver.h"
|
||||
|
||||
#include "PrintHandler.h"
|
||||
|
||||
@@ -45,7 +45,7 @@ int main (int argc, char *argv[])
|
||||
exit(2);
|
||||
}
|
||||
|
||||
std::shared_ptr<input::IInputDriver> driver = flippR_driver::get_InputDriver(input_config, matrix_config);
|
||||
std::shared_ptr<input::InputDriver> driver = flippR_driver::get_InputDriver(input_config, matrix_config);
|
||||
|
||||
PrintHandler* print_handler = new PrintHandler(driver);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user