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
apply Config files and platformio.ini from attached Configuration.zip (Same as import-2.0.x/config/examples/Mks/Robin)
Attempt to compile.
Expected behavior:
It should compile
Actual behavior:
Compile fails with this error:
Marlin/src/HAL/STM32F1/tft/tft_fsmc.cpp: In static member function 'static void TFT_FSMC::Init()':
Marlin/src/HAL/STM32F1/tft/tft_fsmc.cpp:89:16: error: 'FSMC_CS_PIN' was not declared in this scope
uint8_t cs = FSMC_CS_PIN, rs = FSMC_RS_PIN;
^~~~~~~~~~~
Marlin/src/HAL/STM32F1/tft/tft_fsmc.cpp:89:16: note: suggested alternative: 'FSMC_CS_NE4'
uint8_t cs = FSMC_CS_PIN, rs = FSMC_RS_PIN;
^~~~~~~~~~~
FSMC_CS_NE4
Marlin/src/HAL/STM32F1/tft/tft_fsmc.cpp:118:11: error: 'rs' was not declared in this scope
switch (rs) {
^~
Marlin/src/HAL/STM32F1/tft/tft_fsmc.cpp:118:11: note: suggested alternative: 'cs'
switch (rs) {
^~
cs
Additional Information
Issue is in pins_MKS_ROBIN.h block of code with the define is not active.
The text was updated successfully, but these errors were encountered:
ellensp
changed the title
Example import-2.0.x/config/examples/Mks/Robin doesn't compile on bugfix. Undefined pins
[BUG] Example import-2.0.x/config/examples/Mks/Robin doesn't compile on bugfix. Undefined pins
Sep 24, 2020
ellensp
pushed a commit
to ellensp/Marlin
that referenced
this issue
Sep 25, 2020
Bug Description
Provided Configs for MKS Robin does not compile on current bugfix (using platfomio)
Error: 'FSMC_CS_PIN' was not declared in this scope
My Configurations
Configuration.zip
Steps to Reproduce
Expected behavior:
It should compile
Actual behavior:
Compile fails with this error:
Additional Information
Issue is in pins_MKS_ROBIN.h block of code with the define is not active.
The text was updated successfully, but these errors were encountered: