Skip to content

Instantly share code, notes, and snippets.

@good5dog5
Created March 18, 2015 05:46
Show Gist options
  • Save good5dog5/9d830d73683737bdb493 to your computer and use it in GitHub Desktop.
Save good5dog5/9d830d73683737bdb493 to your computer and use it in GitHub Desktop.
#define xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ) xTaskGenericCreate( ( pvTaskCode ), ( pcName ), ( usStackDepth ), ( pvParameters ), ( uxPriority ), ( pxCreatedTask ), ( NULL ), ( NULL ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment