Change the case of an include file and a file name in the makefile for the SAM7X Eclipse demo to ensure it can be built on Linux.

This commit is contained in:
Richard Barry 2011-01-30 17:55:50 +00:00
parent 46c4d33d28
commit 80a942e964
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@
/* Demo application includes. */
#include "partest.h"
#include "USBSample.h"
#include "uip_task.h"
#include "uIP_Task.h"
#include "BlockQ.h"
#include "blocktim.h"
#include "flash.h"