Changeset 4c363fa2 in mainline for uspace/srv/hw/irc/icp-ic/icp-ic.c
- Timestamp:
- 2017-09-21T00:02:23Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e962ad
- Parents:
- 797dc79e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/icp-ic/icp-ic.c
r797dc79e r4c363fa2 65 65 return EINVAL; 66 66 67 log_msg(LOG_DEFAULT, LVL_NOTE, "Enable IRQ % d", irq);67 log_msg(LOG_DEFAULT, LVL_NOTE, "Enable IRQ %zu", irq); 68 68 69 69 pio_write_32(&icpic_regs->irq_enableset, BIT_V(uint32_t, irq));
Note:
See TracChangeset
for help on using the changeset viewer.