added RESULT_ERR_NO_SIGNAL

This commit is contained in:
john30
2014-12-27 12:36:12 +01:00
parent 259fb11051
commit 81ecb0b89d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ static const int RESULT_ERR_CRC = -18; //!< CRC error
static const int RESULT_ERR_ACK = -19; //!< ACK error
static const int RESULT_ERR_NAK = -20; //!< NAK received
static const int RESULT_ERR_NO_SIGNAL = -21; //!< no signal found on the bus
/** type for result code. */
typedef int result_t;