summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h')
-rw-r--r--bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h b/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
index bee9f79d50..df74b085b1 100644
--- a/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
+++ b/bsps/arm/lpc32xx/include/bsp/lpc-ethernet-config.h
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (c) 2009 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2009 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -100,7 +100,7 @@ static char *lpc_eth_config_alloc_table_area(size_t size)
static void lpc_eth_config_free_table_area(char *table_area)
{
/* FIXME: Type */
- free(table_area, (int) 0xdeadbeef);
+ free(table_area, NULL);
}
/** @} */