Changeset dc747e3 in mainline for generic/src/debug/print.c
- Timestamp:
- 2005-12-15T10:27:59Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/debug/print.c
r3fc03fd rdc747e3 36 36 #include <arch.h> 37 37 38 static char digits[] = "0123456789abcdef"; /**< Hexadecimal characters */39 static spinlock_t printflock;/**< printf spinlock */38 static char digits[] = "0123456789abcdef"; /**< Hexadecimal characters */ 39 SPINLOCK_INITIALIZE(printflock); /**< printf spinlock */ 40 40 41 41 #define DEFAULT_DOUBLE_PRECISION 16
Note:
See TracChangeset
for help on using the changeset viewer.