|
7 | 7 | * |
8 | 8 | * @section DESCRIPTION |
9 | 9 | * |
10 | | - * A simple Command Line Interface C++ library implementation with HAL |
| 10 | + * A simple Command Line Interface C++ library implementation with HAL |
11 | 11 | * emphasis to be used in different kind of devices and frameworks. |
12 | 12 | * |
13 | 13 | * @section LICENSE |
14 | 14 | * |
15 | 15 | * Copyright (c) 2021 Jose Miguel Rios Rubio. All right reserved. |
16 | | - * |
| 16 | + * |
17 | 17 | * This library is free software; you can redistribute it and/or |
18 | 18 | * modify it under the terms of the GNU Lesser General Public |
19 | 19 | * License as published by the Free Software Foundation; either |
20 | 20 | * version 2.1 of the License, or (at your option) any later version. |
21 | | - * |
| 21 | + * |
22 | 22 | * This library is distributed in the hope that it will be useful, |
23 | 23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
24 | 24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
25 | 25 | * Lesser General Public License for more details. |
26 | | - * |
| 26 | + * |
27 | 27 | * You should have received a copy of the GNU Lesser General Public |
28 | 28 | * License along with this library; if not, write to the Free Software |
29 | 29 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
@@ -75,12 +75,12 @@ class MINBASECLI_ESPIDF |
75 | 75 | char th_rx_read[MINBASECLI_MAX_READ_SIZE]; |
76 | 76 |
|
77 | 77 | /** |
78 | | - * @brief th_rx_read head index for circular buffer behaviour. |
| 78 | + * @brief th_rx_read head index for circular buffer behaviour. |
79 | 79 | */ |
80 | 80 | uint32_t th_rx_read_head; |
81 | | - |
| 81 | + |
82 | 82 | /** |
83 | | - * @brief th_rx_read tail index for circular buffer behaviour. |
| 83 | + * @brief th_rx_read tail index for circular buffer behaviour. |
84 | 84 | */ |
85 | 85 | uint32_t th_rx_read_tail; |
86 | 86 |
|
|
0 commit comments