forked from len0rd/rockbox
remove C++/C99 comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4753 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
743f23415b
commit
43d351a3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ static bool mStation = false;
|
|||
void button_init(void)
|
||||
{
|
||||
/* set port pins as input */
|
||||
PAIOR &= ~0x4000; //PA14 for stop button
|
||||
PAIOR &= ~0x4000; /* PA14 for stop button */
|
||||
|
||||
queue_init(&button_queue);
|
||||
lastbtn = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue