Fixed an inaccurate comment.

This commit is contained in:
Doug Brown 2011-11-27 23:06:02 -08:00
parent 0a52df645a
commit 06a667d66d

View File

@ -35,7 +35,7 @@ void ExternalMem_Init(void)
// Set all data lines as inputs (with no pullups! we turned them off)
Ports_SetDataDDR(0);
// Control lines (I'm cheating and manipulating the bits directly here)
// Control lines
Ports_SetCSDDR(1);
Ports_SetOEDDR(1);
Ports_SetWEDDR(1);