From 6cc67bad84176614936f2c6439d640637186764d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 10 Jan 2013 19:47:50 +0100 Subject: some TDISP doxygen --- drivers/tdisp/HD44780/tdisp_lld.c | 1 + drivers/tdisp/HD44780/tdisp_lld_board_example.h | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers') diff --git a/drivers/tdisp/HD44780/tdisp_lld.c b/drivers/tdisp/HD44780/tdisp_lld.c index b830a7ca..0cbd414b 100644 --- a/drivers/tdisp/HD44780/tdisp_lld.c +++ b/drivers/tdisp/HD44780/tdisp_lld.c @@ -84,4 +84,5 @@ bool_t TDISP_LLD(init)(void) { } #endif /* GFX_USE_TDISP */ +/** @} */ diff --git a/drivers/tdisp/HD44780/tdisp_lld_board_example.h b/drivers/tdisp/HD44780/tdisp_lld_board_example.h index e07116d8..de9e0b0b 100644 --- a/drivers/tdisp/HD44780/tdisp_lld_board_example.h +++ b/drivers/tdisp/HD44780/tdisp_lld_board_example.h @@ -60,4 +60,5 @@ void write_bus(uint8_t data) { } #endif /* _TDISP_LLD_BOARD_H */ +/** @} */ -- cgit v1.2.3