Changeset 552b69f in mainline for uspace/app/hello/hello.c


Ignore:
Timestamp:
2021-11-03T20:56:59Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1aa8c86
Parents:
ec8a1bf
Message:

Dual-mode applications should automatically fall back to console

File:
1 edited

Legend:

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

    rec8a1bf r552b69f  
    152152int main(int argc, char *argv[])
    153153{
    154         const char *display_spec = UI_DISPLAY_DEFAULT;
     154        const char *display_spec = UI_ANY_DEFAULT;
    155155        errno_t rc;
    156156        int i;
Note: See TracChangeset for help on using the changeset viewer.