| 3040 | } |
| 3041 | |
| 3042 | void Platform::Message(MessageType type, OutputBuffer *buffer) noexcept |
| 3043 | { |
| 3044 | Message(nullptr, type, buffer); |
| 3045 | } |
| 3046 | |
| 3047 | // Note: this overload of Platform::Message does not process the special action flags in the MessageType. |
| 3048 | // Also it treats calls to send a blocking USB message the same as ordinary USB messages, |
no test coverage detected