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

Use C++11 features for the checksums #9

Closed adamgreen closed 8 years ago

adamgreen commented 8 years ago

Without this unoptimized builds are too large since the compiler disables the necessary constant folding for the macro approach.