Skip to content
Snippets Groups Projects
Commit 75aa0ed3 authored by Colin Wulf's avatar Colin Wulf
Browse files

dw1000: added forgotten return value definitions in dw1000.h

parent 4cb7322d
No related branches found
No related tags found
No related merge requests found
......@@ -153,3 +153,9 @@ void vTaskGlobalTimeIncrement(void *pvParameters);
void dw1000_generateConfig(uint16_t mode, dwt_config_t *config);
#endif /*__ dw1000_H */
/**
* Defines various return codes for driver functions
*/
#define DW1000_RET_OK 0
#define DW1000_RET_MSG_TO_LONG -1
#define DW1000_RET_TX_BUFFER_OVERFLOW -2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment