
18 Mar
2015
18 Mar
'15
1:14 p.m.
On 2015-03-18 13:11, Igor Grinberg wrote:
[...]
+struct console_t {
- short curr_col, curr_row;
- short cols, rows;
- void *lcd_address;
Shouldn't this be fbbase?
+}; +static struct console_t cons;
[...]
Hi Igor, my plan was/is to make a cleanup patch after this story is closed. - remove empty lines in code - rename some variables
would it be better to do that immediately ?
best regards, Hannes