diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/web')
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c index c64f2e47d..3d0c384d2 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c @@ -29,7 +29,7 @@ * @{
*/
-#include <ch.h>
+#include "ch.h"
#include "lwip/opt.h"
#include "lwip/arch.h"
|