Make header structure compatible with simulator
Currently, the generated Makefile doesn't successfully compile. But it is possible to run the simulator again by manually editing the Makefile.
This commit is contained in:
@ -5,10 +5,11 @@
|
||||
#include "gui/containers/DriverViewFieldSelection.hpp"
|
||||
#include "touchgfx/Unicode.hpp"
|
||||
#include "touchgfx/containers/scrollers/DrawableList.hpp"
|
||||
#include "vehicle.h"
|
||||
#include <gui/driverview_screen/DriverViewPresenter.hpp>
|
||||
#include <gui_generated/driverview_screen/DriverViewViewBase.hpp>
|
||||
|
||||
#include "vehicle_state.h"
|
||||
|
||||
enum class DriverViewProgressType { PRECHARGE, R2D };
|
||||
|
||||
class DriverViewView : public DriverViewViewBase {
|
||||
|
||||
Reference in New Issue
Block a user