You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
misc.user_error("%s specifies too little distance from the bus", params_name.."." ..params.screen_y.which)
1860
-
end
1861
-
end
1862
-
ifhave_keyboardthen
1863
-
ifkeyboard_y-interface_y-5<0then
1864
-
misc.user_error("%s specifies too little distance from the bus", params_name.."." ..params.keyboard_y.which)
1865
-
end
1866
-
end
1867
1860
ifnothave_screenandnothave_keyboardthen
1868
1861
misc.user_error("at least one of %s and %s must be specified", params_name..".screen_top/.screen_bottom", params_name..".keyboard_top/.keyboard_bottom")
1869
1862
end
1870
1863
ifparams.unibodythen
1871
1864
ifnot (have_screenandhave_keyboard) then
1872
-
misc.user_error("%s requests a unibody configuration, which required both a screen and a keyboard", params_name..".unibody")
1865
+
misc.user_error("%s requests a unibody configuration, which requires both a screen and a keyboard", params_name..".unibody")
0 commit comments