trfiladelfo / lumweb

Automatically exported from code.google.com/p/lumweb
1 stars 0 forks source link

Typo in graphicObjects.c #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a super-minor issue, but in 
branches/graphic-branch/Webinterface/GraphicsLibrary/graphicObjects.c line 69:

GPIOIntTypeSet(GPIO_PORTE_BASE, SELECT, GPIO_FALLING_EDGE);

GPIO_PORTE_BASE should probably be GPIO_PORTF_BASE.

Original issue reported on code.google.com by Martin.V...@estcube.eu on 5 Apr 2012 at 2:17