libhal-google / libhal

A collection of interfaces and abstractions for embedded peripherals and devices using modern C++
Apache License 2.0
86 stars 17 forks source link

:white_check_mark: Unit Testing Lengths UDL #691

Closed Coreyboy1820 closed 1 year ago

Coreyboy1820 commented 1 year ago

Resolves #487

Unit tests created:

Fixed a small issue where the old helpers.cpp file was unable to be included in multiple files. To fix this I added a header file for the helpers.cpp and included it in the CMakeLists.txt file.