Commit 31dd2d10 authored by Projects's avatar Projects

buttons: Minor changes.

parent 57491331
......@@ -25,6 +25,7 @@
*/
#include "buttons.h"
#include <em_gpio.h>
__attribute__((weak))
void GPIO_EVEN_IRQHandler(void)
......
......@@ -27,8 +27,6 @@
#ifndef BUTTONS_H
#define BUTTONS_H
#include "em_gpio.h"
// Top left button
#define BUT_TL_PORT gpioPortC
#define BUT_TL_PIN 7
......@@ -43,7 +41,7 @@
#define BUT_BR_PIN 8
/**
* @TODO desc
* @brief Iniailize button IOs & interrupts.
*/
void buttons_init(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment