mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-22 01:32:43 +00:00
Fix include directives
This commit is contained in:
parent
ab61c4e74f
commit
b0d131d546
39
ui/menu.c
39
ui/menu.c
@ -15,26 +15,27 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h> // abs()
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../app/dtmf.h"
|
||||
#include "../app/menu.h"
|
||||
#include "../bitmaps.h"
|
||||
#include "../board.h"
|
||||
#include "../dcs.h"
|
||||
#include "../driver/backlight.h"
|
||||
#include "../driver/bk4819.h"
|
||||
#include "../driver/eeprom.h"
|
||||
#include "../driver/st7565.h"
|
||||
#include "../external/printf/printf.h"
|
||||
#include "../frequencies.h"
|
||||
#include "../helper/battery.h"
|
||||
#include "../misc.h"
|
||||
#include "../settings.h"
|
||||
#include "helper.h"
|
||||
#include "inputbox.h"
|
||||
#include "menu.h"
|
||||
#include "ui.h"
|
||||
|
||||
#include "app/dtmf.h"
|
||||
#include "app/menu.h"
|
||||
#include "bitmaps.h"
|
||||
#include "board.h"
|
||||
#include "dcs.h"
|
||||
#include "driver/backlight.h"
|
||||
#include "driver/bk4819.h"
|
||||
#include "driver/eeprom.h" // EEPROM_ReadBuffer()
|
||||
#include "driver/st7565.h"
|
||||
#include "external/printf/printf.h"
|
||||
#include "frequencies.h"
|
||||
#include "helper/battery.h"
|
||||
#include "misc.h"
|
||||
#include "settings.h"
|
||||
#include "ui/helper.h"
|
||||
#include "ui/inputbox.h"
|
||||
#include "ui/menu.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
const t_menu_item MenuList[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user