aboutsummaryrefslogtreecommitdiffstats
path: root/src/chevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chevents.c')
-rw-r--r--src/chevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chevents.c b/src/chevents.c
index 5f7ce6aaa..e6d957700 100644
--- a/src/chevents.c
+++ b/src/chevents.c
@@ -136,7 +136,7 @@ void chEvtSendI(EventSource *esp) {
* an higher priority.
*/
t_eventid chEvtWait(t_eventmask ewmask,
- t_evhandler handlers[]) {
+ const t_evhandler handlers[]) {
t_eventid i;
t_eventmask m;
@@ -191,7 +191,7 @@ static void wakeup(void *p) {
* option is enabled in \p chconf.h.
*/
t_eventid chEvtWaitTimeout(t_eventmask ewmask,
- t_evhandler handlers[],
+ const t_evhandler handlers[],
t_time time) {
t_eventid i;
t_eventmask m;