Skip to content

Commit

Permalink
app: fix include path for logger
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Mar 3, 2024
1 parent 1a47739 commit ef32c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firmware/application/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
#include "application/system/System.h"
#include "application/system/Builder.h"
#ifdef APP_USE_LOGGER
#include "logger/Logger.h"
#include "application/util/logger/Logger.h"
#endif

class CDCLocker
Expand Down

0 comments on commit ef32c0c

Please sign in to comment.