We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4f22 commit af8ab49Copy full SHA for af8ab49
features/netsocket/emac-drivers/TARGET_STM/stm32xx_emac.cpp
@@ -1,4 +1,5 @@
1
-/* Copyright (c) 2017 ARM Limited
+/* Copyright (c) 2017-2019 ARM Limited
2
+ * Copyright (c) 2017-2019 STMicroelectronics
3
* SPDX-License-Identifier: Apache-2.0
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +15,8 @@
14
15
* limitations under the License.
16
*/
17
18
+#if DEVICE_EMAC
19
+
20
#include <stdlib.h>
21
22
#include "cmsis_os.h"
@@ -1035,3 +1038,5 @@ void HAL_ETH_MACErrorCallback(ETH_HandleTypeDef *heth)
1035
1038
"Error from ethernet HAL (HAL_ETH_MACErrorCallback)\n");
1036
1039
}
1037
1040
#endif // ETH_IP_VERSION_V2
1041
1042
+#endif /* DEVICE_EMAC */
0 commit comments