Smoothieware / Smoothie2-old

(Deprecated attempt at) A Smoothie firmware port to the Smoothieboard v2 boards.
GNU General Public License v3.0
34 stars 22 forks source link

Fix MRI_ENABLE breaks in makefile #23

Closed adamgreen closed 8 years ago

adamgreen commented 8 years ago

MRI_ENABLE=0 builds would still break on init

I had a bug in my MRI enabling commit which would cause a halt to occur at the beginning of execution, even if MRI wasn't enabled which isn't what I wanted. I now throw the gcc4mbed build into Release or Checked mode based on the MRI_ENABLE setting.

I also had a typo in the name of the MRI_SEMIHOST_STDIO variable.

arthurwolf commented 8 years ago

Thanks :)