Implemented BLE Quiet.
This commit is contained in:
parent
c514219ccc
commit
1a27af361d
5 changed files with 68 additions and 6 deletions
|
@ -44,7 +44,8 @@ typedef enum
|
|||
SYSTEMK_RESULT_READ_FAILED,
|
||||
SYSTEMK_RESULT_WRITE_FAILED,
|
||||
SYSTEMK_RESULT_OVERFLOW,
|
||||
SYSTEMK_RESULT_UNDERFLOW
|
||||
SYSTEMK_RESULT_UNDERFLOW,
|
||||
SYSTEMK_RESULT_EVENT_NOT_HANDLED
|
||||
} SystemKResult_T;
|
||||
|
||||
#endif // RESULTS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue