Merge pull request #73 from Ho-Ro/fix_warning_keypads_plusmin_freq

fix tinySA3 warning: 'keypads_plusmin_freq' defined but not used
pull/78/head
erikkaashoek 2 years ago committed by GitHub
commit 37e3a63fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1152,6 +1152,7 @@ typedef struct {
static const keypads_t *keypads; static const keypads_t *keypads;
#ifdef TINYSA4
// 7 8 9 M // 7 8 9 M
// 4 5 6 k // 4 5 6 k
// 1 2 3 - // 1 2 3 -
@ -1176,6 +1177,7 @@ static const keypads_t keypads_plusmin_freq[] = {
{ 0x33, KP_X1 }, { 0x33, KP_X1 },
{ 0x23, KP_BS } { 0x23, KP_BS }
}; };
#endif
// 7 8 9 G // 7 8 9 G
// 4 5 6 M // 4 5 6 M

Loading…
Cancel
Save

Powered by TurnKey Linux.