bugfix for file system handler, running now

This commit is contained in:
2021-07-19 14:02:17 +02:00
parent 674865429f
commit a6280da4ba
3 changed files with 18 additions and 3 deletions

View File

@ -11,6 +11,7 @@
#include "bsp_q7s/core/CoreController.h"
#include "bsp_q7s/spiCallbacks/rwSpiCallback.h"
#include "bsp_q7s/boardtest/Q7STestTask.h"
#include "bsp_q7s/memory/FileSystemHandler.h"
#include "linux/devices/HeaterHandler.h"
#include "linux/devices/SolarArrayDeploymentHandler.h"
@ -132,6 +133,7 @@ void ObjectFactory::produce(void* args){
createTestComponents();
#endif /* OBSW_ADD_TEST_CODE == 1 */
new FileSystemHandler(objects::FILE_SYSTEM_HANDLER);
}
void ObjectFactory::createTmpComponents() {