Skip to content

Commit

Permalink
[nrfconnect] Fixed window covering compilation failure (#24700)
Browse files Browse the repository at this point in the history
Included file name has incorrect case convention, so compiler
is not able to find the file and fails.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Feb 1, 2024
1 parent ea86e7d commit 54d5cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window-app/nrfconnect/main/include/AppTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#endif

#ifdef CONFIG_MCUMGR_SMP_BT
#include "dfu_over_smp.h"
#include "DFUOverSMP.h"
#endif

struct k_timer;
Expand Down

0 comments on commit 54d5cb1

Please sign in to comment.