mmu2_reporting.cpp 435 B

123456789101112131415161718192021
  1. #include "mmu2_reporting.h"
  2. // @@TODO implement the interface for MK3
  3. namespace MMU2 {
  4. void BeginReport(CommandInProgress cip, uint16_t ec) { }
  5. void EndReport(CommandInProgress cip, uint16_t ec) { }
  6. void ReportErrorHook(CommandInProgress cip, uint16_t ec) { }
  7. void ReportProgressHook(CommandInProgress cip, uint16_t ec) { }
  8. Buttons ButtonPressed(uint16_t ec) { }
  9. bool MMUAvailable() { }
  10. bool UseMMU() { }
  11. } // namespace MMU2