예제 #1
0
파일: set_time.cpp 프로젝트: vshama/SkyDrop
void gui_set_time_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #2
0
void gui_set_bluetooth_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #3
0
void gui_set_altimeter_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
예제 #4
0
void gui_set_weaklift_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #5
0
void gui_set_system_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #6
0
void gui_layouts_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #7
0
void gui_set_advanced_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #8
0
void gui_set_logger_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #9
0
void gui_set_vario_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
예제 #10
0
void gui_set_debug_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #11
0
void gui_set_autoset_config_irqh(uint8_t type, uint8_t * buff)
{
    gui_list_irqh(type, buff);
}
예제 #12
0
void gui_set_display_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #13
0
void gui_settings_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #14
0
void gui_set_calib_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}
예제 #15
0
void gui_set_autostart_irqh(uint8_t type, uint8_t * buff)
{
	gui_list_irqh(type, buff);
}