Changeset a3d2939 in mainline for console/console.c
- Timestamp:
- 2006-06-17T07:37:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e0bfcf8
- Parents:
- d3cd9774
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
rd3cd9774 ra3d2939 418 418 break; 419 419 case CONSOLE_FLUSH: 420 async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL); 420 if (consnum == active_console) 421 async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL); 421 422 break; 422 423 case CONSOLE_SET_STYLE:
Note:
See TracChangeset
for help on using the changeset viewer.