Merge pull request #3722 from lost-hope/main

Usermod Klipper Percentage: Fix for include paths (windows backslash vs. linux slash)
This commit is contained in:
Frank 2024-01-26 11:41:02 +01:00 committed by GitHub
commit 2b0fad87d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
#endif
#ifdef USERMOD_KLIPPER_PERCENTAGE
#include "..\usermods\usermod_v2_klipper_percentage\usermod_v2_klipper_percentage.h"
#include "../usermods/usermod_v2_klipper_percentage/usermod_v2_klipper_percentage.h"
#endif
#ifdef USERMOD_BOBLIGHT