We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basebuserror
baseserialerror
1 parent 7a4b4ae commit 934abdeCopy full SHA for 934abde
src/sfTk/sfTkISerial.h
@@ -67,12 +67,12 @@ const sfTkError_t ksfTkErrSerialUnderRead = ksfTkErrBaseSerial + 7;
67
/**
68
* @brief Returned when the serial is not enabled. Warning
69
*/
70
-const sfTkError_t ksfTkErrSerialNotEnabled = ksfTkErrBaseBus + 8;
+const sfTkError_t ksfTkErrSerialNotEnabled = ksfTkErrBaseSerial + 8;
71
72
73
* @brief Returned when the serial data is bad or corrupted.
74
75
-const sfTkError_t ksfTkErrSerialBadData = ksfTkErrFail * (ksfTkErrBaseBus + 9);
+const sfTkError_t ksfTkErrSerialBadData = ksfTkErrFail * (ksfTkErrBaseSerial + 9);
76
77
class sfTkISerial
78
{
0 commit comments