|
@@ -43,6 +43,8 @@ UA_realSleep(UA_UInt32 duration) {
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* Defined for the architecture via
|
|
|
|
+ * add_definitions(-DUA_sleep_ms=UA_comboSleep) */
|
|
void
|
|
void
|
|
UA_comboSleep(unsigned long duration) {
|
|
UA_comboSleep(unsigned long duration) {
|
|
UA_fakeSleep((UA_UInt32)duration);
|
|
UA_fakeSleep((UA_UInt32)duration);
|