andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Delete forward declaration #155

Closed hellow554 closed 8 years ago

hellow554 commented 8 years ago

Remove the declaration, because first it is a struct, not a class and second it is not needed for this headerfile.

andysworkshop commented 8 years ago

Thank you... again...