removed now incorrect (and useless) comments
diff --git a/gyro_board/src/usb/analog.c b/gyro_board/src/usb/analog.c
index 8383701..452f5f2 100644
--- a/gyro_board/src/usb/analog.c
+++ b/gyro_board/src/usb/analog.c
@@ -612,9 +612,9 @@
GPIOINT->IO0IntEnR |= (1 << 5); // Set GPIO rising interrupt
PINCON->PINSEL0 &= ~(0x3 << 10);
- GPIOINT->IO0IntEnF |= (1 << 6); // Set GPIO rising interrupt
+ GPIOINT->IO0IntEnF |= (1 << 6);
PINCON->PINSEL0 &= ~(0x3 << 12);
- GPIOINT->IO0IntEnF |= (1 << 7); // Set GPIO rising interrupt
+ GPIOINT->IO0IntEnF |= (1 << 7);
PINCON->PINSEL0 &= ~(0x3 << 14);
}