aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/ext.c')
-rw-r--r--os/hal/src/ext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/src/ext.c b/os/hal/src/ext.c
index feacdc0ef..35568f8a3 100644
--- a/os/hal/src/ext.c
+++ b/os/hal/src/ext.c
@@ -190,7 +190,9 @@ void extSetChannelModeI(EXTDriver *extp,
/* Note that here the access is enforced as non-const, known access
violation.*/
+ /*lint -save -e9005 [11.8] Known issue, the driver needs rework here.*/
oldcp = (EXTChannelConfig *)&extp->config->channels[channel];
+ /*lint -restore*/
/* Overwiting the old channels configuration then the channel is reconfigured
by the low level driver.*/