Changeset a05f2af in mainline


Ignore:
Timestamp:
2013-03-12T23:03:27Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
428bd07
Parents:
faf83cf
Message:

init: Fix frame buffer enabled build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rfaf83cf ra05f2af  
    392392                rc = console(HID_INPUT, HID_OUTPUT);
    393393                if (rc == EOK) {
     394#ifndef CONFIG_VC_COUNT
     395#define CONFIG_VC_COUNT 6
     396#endif
    394397                        switch((unsigned)CONFIG_VC_COUNT) {
    395398                        default:
Note: See TracChangeset for help on using the changeset viewer.