From 556dccb585c8e2023c35bb25d5009e36575ebd33 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Sat, 9 Jul 2016 21:53:39 +0200 Subject: Merge more code from projects/hsm. --- projects/cli-test/mgmt-cli.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'projects/cli-test/mgmt-cli.h') diff --git a/projects/cli-test/mgmt-cli.h b/projects/cli-test/mgmt-cli.h index 08dc731..a50e092 100644 --- a/projects/cli-test/mgmt-cli.h +++ b/projects/cli-test/mgmt-cli.h @@ -73,11 +73,7 @@ typedef enum { DMA_RX_START, } mgmt_cli_dma_state_t; -extern void uart_cli_print(struct cli_def *cli __attribute__ ((unused)), const char *buf); -extern int uart_cli_read(struct cli_def *cli __attribute__ ((unused)), void *buf, size_t count); -extern int uart_cli_write(struct cli_def *cli __attribute__ ((unused)), const void *buf, size_t count); -extern int embedded_cli_loop(struct cli_def *cli); -extern void mgmt_cli_init(struct cli_def *cli); extern int control_mgmt_uart_dma_rx(mgmt_cli_dma_state_t state); +extern int cli_main(void); #endif /* __STM32_MGMT_CLI_H */ -- cgit v1.2.3