summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Pang2012-05-17 19:25:12 -0500
committerIvan Pang2012-05-17 19:25:12 -0500
commit9c0e9e76e1c8ff442654ff89a6f37c76b107997e (patch)
tree53e30ea3d807a6b226269001f3f5945c5a501f83
parentd75e13df1fc44596634ac4deef6e0c510102bd45 (diff)
downloadmcsdk-tools-9c0e9e76e1c8ff442654ff89a6f37c76b107997e.tar.gz
mcsdk-tools-9c0e9e76e1c8ff442654ff89a6f37c76b107997e.tar.xz
mcsdk-tools-9c0e9e76e1c8ff442654ff89a6f37c76b107997e.zip
Fixed 6657 post bug with character casing
-rw-r--r--post/src/evmc665x_emac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post/src/evmc665x_emac.c b/post/src/evmc665x_emac.c
index 96ec9ec..4e81b37 100644
--- a/post/src/evmc665x_emac.c
+++ b/post/src/evmc665x_emac.c
@@ -47,7 +47,7 @@
47#include <stdint.h> 47#include <stdint.h>
48#include <evmc665x_emac.h> 48#include <evmc665x_emac.h>
49#include <cslr_psc.h> 49#include <cslr_psc.h>
50#include <csl_bootCfgAux.h> 50#include <csl_bootcfgAux.h>
51#include <csl_pscAux.h> 51#include <csl_pscAux.h>
52#include <string.h> 52#include <string.h>
53 53