We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f828287 commit 4f50687Copy full SHA for 4f50687
applications/efifbdriver/src/efifbdriver.cpp
@@ -95,6 +95,4 @@ void efifbDriverHandleCommandSetMode(g_video_set_mode_request* request, g_tid re
95
response.mode_info.bpsl = (uint16_t) pitch;
96
response.mode_info.explicit_update = false;
97
g_send_message_t(requestingTaskId, &response, sizeof(g_video_set_mode_response), requestTransaction);
98
-
99
- klog("width %i, pitch %i, /8: %i", resX, pitch, pitch/8);
100
}
0 commit comments