summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index e73fb01..f3b9021 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -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;