forked from Imagelibrary/rtems
libchip/serial: Add const qualifier
This commit is contained in:
@@ -116,7 +116,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
typedef struct _console_tbl {
|
typedef struct _console_tbl {
|
||||||
/** This is the name of the device. */
|
/** This is the name of the device. */
|
||||||
char *sDeviceName;
|
const char *sDeviceName;
|
||||||
/** This indicates the chip type. It is especially important when
|
/** This indicates the chip type. It is especially important when
|
||||||
* multiple devices share the same interrupt vector and must be
|
* multiple devices share the same interrupt vector and must be
|
||||||
* distinguished.
|
* distinguished.
|
||||||
|
|||||||
Reference in New Issue
Block a user