1
0
forked from fsfw/fsfw

Added test folder.

This commit is contained in:
2020-04-13 16:27:05 +02:00
parent 69e9710bf1
commit a0ee010926
7 changed files with 338 additions and 34 deletions

View File

@ -11,9 +11,7 @@
*/
class EndianSwapper {
private:
EndianSwapper() {
}
;
EndianSwapper() {};
public:
template<typename T>
static T swap(T in) {