only:baby step towards ChibiOS 21

This commit is contained in:
Andrey 2023-07-06 12:37:59 -04:00
parent c23efdc222
commit 2f5d09591a
1 changed files with 5 additions and 5 deletions

View File

@ -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 */
/** @} */