Changeset f1fc83a in mainline for boot/arch/arm32/src/putchar.c
- Timestamp:
- 2010-06-28T21:58:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c032932
- Parents:
- 6250c37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/src/putchar.c
r6250c37 rf1fc83a 56 56 57 57 /* Wait until transmitter is empty. */ 58 while ((*utrstat & S3C24 4X_UTXH_TX_EMPTY) == 0)58 while ((*utrstat & S3C24XX_UTXH_TX_EMPTY) == 0) 59 59 ; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.