| 14 | #if __CONSOLE_FLASH_ENABLE__ |
| 15 | static inline void __flashconsole_init(void) { flashconsole_init(); } |
| 16 | static inline void __flashconsole_tx_byte(u8 data) |
| 17 | { |
| 18 | flashconsole_tx_byte(data); |
| 19 | } |
| 20 | static inline void __flashconsole_tx_flush(void) |
| 21 | { |
| 22 | flashconsole_tx_flush(); |
no test coverage detected