aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/api/api_sysex.c
AgeCommit message (Collapse)Author
2016-12-29API Sysex fixesGravatar Fred Sundvik
Fix memory leaks by using stack instead of malloc Reduce memory usage by having less temporary bufffers Remove warnings by adding includes Decrease code size by 608 bytes (mostly due to not linking malloc) More robust handling of buffer overflows
2016-11-26separated into api files/folderGravatar Jack Humbert