wovo / hwlib

C++ OO micro-controller library for close-to-the-hardware programming
Boost Software License 1.0
58 stars 26 forks source link

Added a default constructor for the hwlib::location class. #7

Closed NielsdeWaal closed 6 years ago

NielsdeWaal commented 6 years ago

Location class didn't have a default constructor.

It couldn't be used in combination with an array. This fixes it.