Skip to content
Snippets Groups Projects
Commit 1de9159f authored by Lorenzo Cucchi's avatar Lorenzo Cucchi Committed by lynxnb
Browse files

[VN300] Modified return type of checkError

parent 15c59e64
No related branches found
No related tags found
No related merge requests found
......@@ -254,9 +254,9 @@ private:
*
* @param message to be checked.
*
* @return True if error are present.
* @return error code.
*/
bool checkErrorVN(const char *message);
uint8_t checkErrorVN(const char *message);
/**
* @brief Method to verify the crc validity of a command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment