Changeset a2e4889 in mainline for uspace/drv/time/rtc.c


Ignore:
Timestamp:
2012-03-30T08:21:19Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9f703b
Parents:
b8d5f2b
Message:

RTC: link the rtc driver to the uspace Makefile and fix some typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/time/rtc.c

    rb8d5f2b ra2e4889  
    3939#include <stdio.h>
    4040#include <ddf/driver.h>
     41#include <ddf/log.h>
    4142
    4243#define NAME "RTC"
     
    4647static driver_t rtc_driver = {
    4748        .name = NAME,
    48         .driver_ops = NULL;
     49        .driver_ops = NULL,
    4950};
    5051
Note: See TracChangeset for help on using the changeset viewer.