12 lines
200 B
C
12 lines
200 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "button.h"
|
|
|
|
extern const Button* const* mainMenuButtons;
|
|
extern const uint8_t MAIN_MENU_NUM_BUTTONS;
|
|
|
|
extern const Button bVfoA;
|
|
extern const Button bVfoB;
|