.gitignore updated; fixed:Controller.hpp removed (replaced by Controller.h); build results added
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,6 +15,9 @@ app/*.cmake
|
||||
|
||||
controller/CMakeFiles/*
|
||||
controller/*.cmake
|
||||
|
||||
tests/CMakeFiles/*
|
||||
|
||||
*.*swp
|
||||
.cmake/**
|
||||
.cmake/*
|
||||
|
||||
BIN
app/libapp_lib.a
BIN
app/libapp_lib.a
Binary file not shown.
@@ -31,7 +31,7 @@ int kbhit() {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#include "Controller.hpp"
|
||||
#include "Controller.h"
|
||||
|
||||
|
||||
// entry point for controller app
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Controller.hpp"
|
||||
#include "Controller.h"
|
||||
|
||||
|
||||
#ifdef BUILD_TARGET_SOM
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user