Arduino_fixpt icon indicating copy to clipboard operation
Arduino_fixpt copied to clipboard

Fixes

Open dangpzanco opened this issue 9 years ago • 0 comments

Fixed the Fix16_benchmark not compiling: there was some ambiguity in the code when calling the Fix16 class functions, it requires to cast constants ("0" becomes "(uint32_t)0"), nothing complicated.

Changed libfixmath_conf.h to allow different configurations for both ARM and AVR architectures.

dangpzanco avatar Oct 19 '15 02:10 dangpzanco