Skip to content

Instantly share code, notes, and snippets.

@Rashed97
Created December 7, 2014 23:20
Show Gist options
  • Save Rashed97/171231896528d2342471 to your computer and use it in GitHub Desktop.
Save Rashed97/171231896528d2342471 to your computer and use it in GitHub Desktop.
lg crap
#if 0
if (queue->len > 0) {
frame_qcmd = msm_dequeue(queue, list_frame);
#else
frame_qcmd = msm_dequeue(queue, list_frame);
if (frame_qcmd) {
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment