Skip to content

Instantly share code, notes, and snippets.

@scalone
Created September 1, 2016 19:02
Show Gist options
  • Save scalone/3160f0656becec3d5bbd976cdc51d164 to your computer and use it in GitHub Desktop.
Save scalone/3160f0656becec3d5bbd976cdc51d164 to your computer and use it in GitHub Desktop.
#define PED_RET_ERR_START -300
#define PED_RET_ERR_NO_PIN_INPUT (PED_RET_ERR_START-5)
#define PED_RET_ERR_INPUT_CANCEL (PED_RET_ERR_START-6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment