Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NNN40_CLI by
Diff: CLI_Source/command-interpreter.h
- Revision:
- 9:ff3ccba5dc16
- Parent:
- 5:ee474e3133eb
- Child:
- 13:7eaec228ad23
diff -r 291b32452887 -r ff3ccba5dc16 CLI_Source/command-interpreter.h --- a/CLI_Source/command-interpreter.h Thu Jan 21 11:32:23 2016 +0000 +++ b/CLI_Source/command-interpreter.h Mon Jan 25 11:19:12 2016 +0000 @@ -95,7 +95,7 @@ uint8_t *cyntecGetCommandTotalBuffer(void); void cyntecWriteToTotalBuffer(uint8_t input); uint8_t cyntecGetTotalIndex(void); - +uint8_t isValidGPIO(uint8_t); #ifdef __cplusplus }
