diff options
Diffstat (limited to 'test/coverage/chcore.c')
-rw-r--r-- | test/coverage/chcore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/coverage/chcore.c b/test/coverage/chcore.c index 6b934ad9a..3863a9b83 100644 --- a/test/coverage/chcore.c +++ b/test/coverage/chcore.c @@ -25,8 +25,8 @@ * @{
*/
-#include <ch.h>
-#include <serial.h>
+#include "ch.h"
+#include "hal.h"
static LARGE_INTEGER nextcnt;
static LARGE_INTEGER slice;
|