MCPcopy Create free account
hub / github.com/kiibohd/controller / cliFunc_aniDel

Function cliFunc_aniDel

Macro/PixelMap/pixel.c:3522–3528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3520}
3521
3522void cliFunc_aniDel( char* args )
3523{
3524 print( NL ); // No \r\n by default after the command is entered
3525
3526 // TODO
3527 Pixel_AnimationStack.size--;
3528}
3529
3530void cliFunc_aniStack( char* args )
3531{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…