Ignore:
Timestamp:
2016-05-22T19:19:43Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hw_struct/hcca.h

    r153c7a29 r0dc2fec  
    6565static inline hcca_t * hcca_get(void)
    6666{
    67         assert(sizeof(hcca_t) == 256);
     67        static_assert(sizeof(hcca_t) == 256);
    6868        hcca_t *hcca = memalign(256, sizeof(hcca_t));
    6969        if (hcca)
Note: See TracChangeset for help on using the changeset viewer.