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
I am trying to compile STM32F4xx, my steps are:
git clone --recurse-submodules https://github.com/grblHAL/STM32F4xx
pio run --environment blackpill_f411ce
And I get an error:
Src/driver.c: In function 'systemGetState':
Src/driver.c:998:49: error: request for member 'reset' in something not a structure or union
signals.reset = settings.control_invert.mask.reset;
Please advise how to solve this problem
The text was updated successfully, but these errors were encountered:
I am trying to compile STM32F4xx, my steps are:
git clone --recurse-submodules https://github.com/grblHAL/STM32F4xx
pio run --environment blackpill_f411ce
And I get an error:
Src/driver.c: In function 'systemGetState':
Src/driver.c:998:49: error: request for member 'reset' in something not a structure or union
signals.reset = settings.control_invert.mask.reset;
Please advise how to solve this problem
The text was updated successfully, but these errors were encountered: