mmu2_error_converter.cpp 126 B

123456
  1. #include "mmu2_error_converter.h"
  2. namespace MMU2 {
  3. // @@TODO
  4. void TranslateErr(uint16_t ec, char *dst, size_t dstSize) { }
  5. }