Esempio n. 1
0
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
#endif
}
Esempio n. 2
0
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
	DEBUG(button, "Bind button initialized");
#endif
}