pabigot / bsp430

Board Support Package for MSP430 microcontrollers
http://pabigot.github.com/bsp430
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

review typedef struct for consistency #45

Closed pabigot closed 11 years ago

pabigot commented 11 years ago

struct sBSP430timerAlarmData does not have a typedef equivalent, while other structs do. Review the usage and check that the coding standard describes the proper policy on creating these.