set local slot LED according to remote/local state.

The LED is illuminated as long as the slot is in local (physical SIM
card) mode.
This commit is contained in:
Harald Welte
2017-05-11 16:51:57 +02:00
parent 02d0ec6e08
commit c47fc5febf
3 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
#pragma once
#include "board_common.h"
#define LED_USIM1 LED_GREEN
#define LED_USIM2 LED_RED
/** Name of the board */
#define BOARD_NAME "QMOD"
/** Board definition */