MajicDesigns / MD_MIDIFile

Standard MIDI Files (SMF) Processing Library
GNU Lesser General Public License v2.1
108 stars 38 forks source link

Fixed issue #2 with the use of 'min' function. #29

Open markeby opened 1 month ago

markeby commented 1 month ago

Fixed issue #2 with the use of 'min' function. This makes sure that the types for both parameters match so that the ESP32 standard library function is used instead of the STL function.

MajicDesigns commented 1 month ago

Has this been tested that it compiles with AVR architectures (eg compile with Uno settings)?