Skip to content

Commit

Permalink
fix linux header case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
queeup committed Oct 27, 2024
1 parent d33bd4e commit 65fe62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/ui_dacai.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <wstring.h>
#include <WString.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/lcd/dwin/ui_dacai.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define UI_DACAI_H

#include "string.h"
#include <arduino.h>
#include <Arduino.h>

#include "../../inc/MarlinConfig.h"
#include "../../module/temperature.h"
Expand Down

0 comments on commit 65fe62b

Please sign in to comment.