From 2f5d09591adcc8683199ebd89cc4be49ca19027f Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 6 Jul 2023 12:37:59 -0400 Subject: [PATCH] only:baby step towards ChibiOS 21 --- simulator/halconf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/simulator/halconf.h b/simulator/halconf.h index 11b6acbc9b..91ffae48ab 100644 --- a/simulator/halconf.h +++ b/simulator/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,8 +25,8 @@ * @{ */ -#ifndef _HALCONF_H_ -#define _HALCONF_H_ +#ifndef HALCONF_H +#define HALCONF_H #define _CHIBIOS_HAL_CONF_ #define _CHIBIOS_HAL_CONF_VER_7_1_ @@ -234,7 +234,7 @@ /*===========================================================================*/ /** - * @brief Enables an event sources for incoming packets. + * @brief Enables the zero-copy API. */ #if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__) #define MAC_USE_ZERO_COPY FALSE @@ -372,6 +372,6 @@ #define USB_USE_WAIT FALSE #endif -#endif /* _HALCONF_H_ */ +#endif /* HALCONF_H */ /** @} */