more oled fixes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2677 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-05-15 23:03:17 +00:00
parent 09f7a820fb
commit f2c7682b2a

View File

@ -727,7 +727,7 @@ int lm3s_configgpio(uint32_t cfgset)
putreg32(regval, LM3S_SYSCON_RCGC2);
/* First, set the port to digital input. This is the safest state in which
* to perform reconfiguation.
* to perform reconfiguration.
*/
lm3s_gpiofunc(base, pinno, &g_funcbits[0]);