From: Nathael Pajani Date: Wed, 18 Nov 2015 21:59:09 +0000 (+0100) Subject: Remove header of previously removed function X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=9b6e1982aa5564b6aec52555c7159ed41eaa5aed;p=soft%2Flpc122x%2Fcore Remove header of previously removed function --- diff --git a/include/core/system.h b/include/core/system.h index ef17e77..7f17911 100644 --- a/include/core/system.h +++ b/include/core/system.h @@ -56,9 +56,6 @@ * interfaces */ void system_set_default_power_state(void); -/* Configure all default pin functions for dtplug, even if modules or functions - * are not used */ -void system_set_default_pins(void); /* Stop the watchdog */ void stop_watchdog(void);