Created
September 1, 2016 19:02
-
-
Save scalone/3160f0656becec3d5bbd976cdc51d164 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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