| 18 | flashconsole_tx_byte(data); |
| 19 | } |
| 20 | static inline void __flashconsole_tx_flush(void) |
| 21 | { |
| 22 | flashconsole_tx_flush(); |
| 23 | } |
| 24 | #else |
| 25 | static inline void __flashconsole_init(void) {} |
| 26 | static inline void __flashconsole_tx_byte(u8 data) {} |
no test coverage detected