summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/nuc1xx/nuc_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/nuc1xx/nuc_serial.c')
-rw-r--r--nuttx/arch/arm/src/nuc1xx/nuc_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/nuc1xx/nuc_serial.c b/nuttx/arch/arm/src/nuc1xx/nuc_serial.c
index 529f5c61b..dbf34f8ec 100644
--- a/nuttx/arch/arm/src/nuc1xx/nuc_serial.c
+++ b/nuttx/arch/arm/src/nuc1xx/nuc_serial.c
@@ -116,7 +116,7 @@ static bool up_txempty(struct uart_dev_s *dev);
* Private Variables
****************************************************************************/
-struct uart_ops_s g_uart_ops =
+static const struct uart_ops_s g_uart_ops =
{
.setup = up_setup,
.shutdown = up_shutdown,