aboutsummaryrefslogtreecommitdiff
path: root/include/stm32/ethernet.h
diff options
context:
space:
mode:
authorUwe Hermann2010-12-31 01:11:14 +0100
committerUwe Hermann2010-12-31 01:11:14 +0100
commit95793aa6cedeef06db9592602ecf3dc00edec610 (patch)
treeb681548040def9a10f144b3d37d1189ba51784f8 /include/stm32/ethernet.h
parent9deb34de75e5239aa3a2f38c3063e74c183103d6 (diff)
Rename include guards to LIBOPENCM3_*.
Diffstat (limited to 'include/stm32/ethernet.h')
-rw-r--r--include/stm32/ethernet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stm32/ethernet.h b/include/stm32/ethernet.h
index 48d87b0..f331278 100644
--- a/include/stm32/ethernet.h
+++ b/include/stm32/ethernet.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_ETHERNET_H
-#define LIBOPENSTM32_ETHERNET_H
+#ifndef LIBOPENCM3_ETHERNET_H
+#define LIBOPENCM3_ETHERNET_H
#include <stm32/memorymap.h>
#include <cm3/common.h>