File tree Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
-
18
- #if !defined(MBED_CONF_RTOS_PRESENT)
19
- #error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
20
- #else
21
-
22
17
#if !DEVICE_WATCHDOG
23
18
#error [NOT_SUPPORTED] Watchdog not supported for this target
24
19
#else
@@ -275,4 +270,3 @@ int main()
275
270
}
276
271
277
272
#endif // !DEVICE_WATCHDOG
278
- #endif // !defined(MBED_CONG_RTOS_PRESENT)
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- #if !defined(MBED_CONF_RTOS_PRESENT)
18
- #error [NOT_SUPPORTED] Watchdog reset test cases require a RTOS to run.
19
- #else
20
-
21
17
#if !DEVICE_WATCHDOG
22
18
#error [NOT_SUPPORTED] Watchdog not supported for this target
23
19
#else
@@ -342,4 +338,3 @@ int main()
342
338
return !Harness::run (specification);
343
339
}
344
340
#endif // !DEVICE_WATCHDOG
345
- #endif // !defined(MBED_CONF_RTOS_PRESENT)
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- #if !defined(MBED_CONF_RTOS_PRESENT)
18
- #error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
19
- #else
20
-
21
17
#if !DEVICE_WATCHDOG
22
18
#error [NOT_SUPPORTED] Watchdog not supported for this target
23
19
#else
@@ -274,5 +270,4 @@ int main()
274
270
return !Harness::run (specification);
275
271
}
276
272
277
- #endif // !DEVICE_WATCHDOG
278
- #endif // !defined(MBED_CONF_RTOS_PRESENT)
273
+ #endif // !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- #if !MBED_CONF_RTOS_PRESENT
18
- #error [NOT_SUPPORTED] Watchdog reset test cases require a RTOS to run.
19
- #else
20
-
21
17
#if !DEVICE_WATCHDOG
22
18
#error [NOT_SUPPORTED] Watchdog not supported for this target
23
19
#else
@@ -329,4 +325,3 @@ int main()
329
325
}
330
326
331
327
#endif // !DEVICE_WATCHDOG
332
- #endif // !MBED_CONF_RTOS_PRESENT
You can’t perform that action at this time.
0 commit comments