drivers: uart_nxp_s32_linflexed: update to RTD 2.0.0
Update user_data pointer to 'const void (*)' type Signed-off-by: Ha Duong Quang <ha.duongquang@nxp.com>
This commit is contained in:
parent
d1ab07ba4a
commit
dcc4b9c5ec
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2022-2023 NXP
|
||||
* Copyright 2022-2024 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
@ -255,7 +255,7 @@ void uart_nxp_s32_isr(const struct device *dev)
|
|||
|
||||
static void uart_nxp_s32_event_handler(const uint8 instance,
|
||||
Linflexd_Uart_Ip_EventType event,
|
||||
void *user_data)
|
||||
const void *user_data)
|
||||
{
|
||||
const struct device *dev = (const struct device *)user_data;
|
||||
const struct uart_nxp_s32_config *config = dev->config;
|
||||
|
|
2
west.yml
2
west.yml
|
@ -198,7 +198,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_nxp
|
||||
revision: 7a6f26344ebde67838566d9265ec745dda4c8c81
|
||||
revision: e8ccf3e4ad0d6ba80b468747682bde43ec97b435
|
||||
path: modules/hal/nxp
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue