mkoval / hax

Hardware Abstraction for VEX is a C hardware abstraction layer for the VEX Robotics PIC18 and ARM Cortex M3 micrcontrollers. See the Wiki for a more detailed overview and for a guide to get started.
http://ieee.rutgers.edu/content/hax
6 stars 8 forks source link

Excessive typedefs in hax.h #10

Closed mkoval closed 14 years ago

mkoval commented 14 years ago

There are a large number of redundant typedefs in hax.h that make it extremely difficult to use. Most of these can be replaced with raw types or merged to reduce the total number of custom types.