Prusa-Firmware-MMU/src
Yuri D'Elia fbe6a2d351 CircularIndex: fight against type promotion in size checks
To generate optimal code, size itself needs to be of the same type as
the index to avoid promotion to the largest type.

In full(), wrap the subtraction explicity in another type cast to avoid
another automatic type promotion.
2021-07-06 07:57:26 +02:00
..
config Change buttons' ADC limits into an array 2021-07-05 18:07:54 +02:00
hal CircularIndex: fight against type promotion in size checks 2021-07-06 07:57:26 +02:00
logic Explain and fix the LED states while cutting filament 2021-07-01 08:12:47 +02:00
modules Change buttons' ADC limits into an array 2021-07-05 18:07:54 +02:00
main.cpp Change the pin definitions in order to be valid types 2021-07-05 15:20:11 +02:00
main.dox Update doxygen main page 2021-06-30 07:39:31 +02:00
pins.h GPIO: reformat affected files 2021-07-05 15:20:11 +02:00
version.c Prepare parts of the build system 2021-04-19 07:03:47 +02:00
version.h Prepare parts of the build system 2021-04-19 07:03:47 +02:00