Changeset 09ab0a9a in mainline for uspace/app/vuhid/items.h


Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/items.h

    rb2aaaa0 r09ab0a9a  
    4545#define ITEM_LOCAL 2
    4646
    47 
    48 
    4947/* Item tags. */
    5048
     
    6866#define TAG_USAGE_MAXIMUM 2
    6967
    70 
    7168/* Bits for Input, Output and Feature items. */
    7269#define _IOF(value, shift) ((value) << (shift))
     
    8279#define COLLECTION_PHYSICAL 0x00
    8380#define COLLECTION_APPLICATION 0x01
    84 
    8581
    8682/** Creates item prefix.
     
    107103        BUILD_ITEM_PREFIX(1, type, tag), data
    108104
    109 
    110105#endif
    111106/**
Note: See TracChangeset for help on using the changeset viewer.