typo fixes

This commit is contained in:
Gabor Kiss-Vamosi
2018-01-30 14:48:21 +01:00
parent 1689a121e5
commit ec19ceb22f
2 changed files with 1 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ extern "C" {
#if USE_LV_SW != 0
/*Testing of dependencies*/
#if USE_LV_SW == 0
#if USE_LV_SLIDER == 0
#error "lv_sw: lv_slider is required. Enable it in lv_conf.h (USE_LV_SLIDER 1)"
#endif

View File

@@ -124,13 +124,6 @@ void lv_win_set_title(lv_obj_t * win, const char * title);
*/
void lv_win_set_btn_size(lv_obj_t * win, lv_coord_t size);
/**
* Set the control button size of a window
* @param win pointer to a window object
* @param size control button size
*/
void lv_win_set_btn_size(lv_obj_t * win, lv_coord_t size);
/**
* Set the scroll bar mode of a window
* @param win pointer to a window object