Skip to content

Commit b2f9efc

Browse files
darcagnQuzarDC
authored andcommitted
Update examples to use new dc/wdt.h header
1 parent 0441dbb commit b2f9efc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/dreamcast/basic/threading/barrier/barrier.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include <kos/thread.h>
1919
#include <kos/barrier.h>
20-
#include <arch/wdt.h>
20+
#include <dc/wdt.h>
2121

2222
#include <stdlib.h>
2323
#include <stdint.h>
@@ -193,4 +193,4 @@ int main(int argc, char* argv[]) {
193193
fprintf(stderr, "\nXXXXX TEST COMPLETE: FAILURE XXXXX\n\n");
194194
return EXIT_FAILURE;
195195
}
196-
}
196+
}

examples/dreamcast/cpp/concurrency/concurrency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#include <exception>
6262
#include <string>
6363

64-
#include <arch/wdt.h>
64+
#include <dc/wdt.h>
6565

6666
// 20 seconds in us
6767
inline constexpr unsigned WATCHDOG_TIMEOUT = (20 * 1000 * 1000);

0 commit comments

Comments
 (0)