| 733 | |
| 734 | |
| 735 | static void UpdateFKB(void) |
| 736 | { |
| 737 | int x; |
| 738 | |
| 739 | for(x=0;x<sizeof(fkbkeys);x++) |
| 740 | { |
| 741 | fkbkeys[x]=0; |
| 742 | |
| 743 | if(DTestButton(&fkbmap[x])) |
| 744 | fkbkeys[x]=1; |
| 745 | } |
| 746 | } |
| 747 | |
| 748 | static void UpdateSuborKB(void) |
| 749 | { |
no test coverage detected