Fix template support

Fix template support
This commit is contained in:
Theo Arends 2019-02-16 18:01:54 +01:00
parent 14d5f7fb54
commit ed0d50a3aa
1 changed files with 0 additions and 2 deletions

View File

@ -788,8 +788,6 @@ bool GetUsedInModule(uint8_t val, uint8_t *arr)
{
int offset = 0;
if (USER_MODULE == Settings.module) { return false; }
if (!val) { return false; } // None
if ((val >= GPIO_KEY1) && (val < GPIO_KEY1 + MAX_KEYS)) {