You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im looking to resolve a fatal compiler issue
file path {Marlin-BIQUBX_ALMOST_STOCK/Marlin/src/lcd/extui/lib/btt_ui/includes.h}
line 30 calls {#include "HAL/LCD_Init.h" } "fatal error: HAL/LCD_Init.h: No such file or directory"
what does some one need to do to resolve the missing file?
The text was updated successfully, but these errors were encountered:
resolved but you need to change the line 30 of
{Marlin-BIQUBX_ALMOST_STOCK/Marlin/src/lcd/extui/lib/btt_ui/includes.h} to {#include "Hal/LCD_Init.h"} from {#include "HAL/LCD_Init.h"}
or
rename the folder Hal to HAL.
im looking to resolve a fatal compiler issue
file path {Marlin-BIQUBX_ALMOST_STOCK/Marlin/src/lcd/extui/lib/btt_ui/includes.h}
line 30 calls {#include "HAL/LCD_Init.h" } "fatal error: HAL/LCD_Init.h: No such file or directory"
what does some one need to do to resolve the missing file?
The text was updated successfully, but these errors were encountered: