summaryrefslogtreecommitdiffstats
path: root/quantum/api/api_sysex.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29API Sysex fixesFred Sundvik1-16/+44
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/folderJack Humbert1-0/+29