summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/src/up_enc28j60.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-strp711/src/up_enc28j60.c')
-rwxr-xr-xnuttx/configs/olimex-strp711/src/up_enc28j60.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/olimex-strp711/src/up_enc28j60.c b/nuttx/configs/olimex-strp711/src/up_enc28j60.c
index fcb68b5bb..c6ffdd368 100755
--- a/nuttx/configs/olimex-strp711/src/up_enc28j60.c
+++ b/nuttx/configs/olimex-strp711/src/up_enc28j60.c
@@ -1,8 +1,8 @@
/****************************************************************************
* configs/olimex-strp711/src/up_enc28j60.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2010, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -86,7 +86,7 @@
#include <debug.h>
#include <nuttx/spi.h>
-#include <nuttx/enc28j60.h>
+#include <nuttx/net/enc28j60.h>
#include <arch/board/board.h>