git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3517 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
9369d75516
commit
a30f84ac78
|
@ -238,7 +238,7 @@ int main(void) {
|
|||
* Normal main() thread activity, in this demo it does nothing except
|
||||
* sleeping in a loop and check the button state, when the button is
|
||||
* pressed the test procedure is launched with output on the serial
|
||||
* driver 1.
|
||||
* driver 2.
|
||||
*/
|
||||
while (TRUE) {
|
||||
if (palReadPad(GPIOA, GPIOA_BUTTON))
|
||||
|
|
Loading…
Reference in New Issue