mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-28 06:02:52 +08:00
7f97321149
Looking at the queue code it turns out, a lot of the functions are not used. Remove the unused queue functionality. Not sure why the compiler hasn't removed the malloc() and free() functions entirely, but this saves some bytes: | add/remove: 0/3 grow/shrink: 0/0 up/down: 0/-232 (-232) | Function old new delta | malloc 20 - -20 | free 20 - -20 | _free_r 192 - -192 | Total: Before=17370, After=17138, chg -1.34%