From dbe91ade96a3f550462947314da79a08a6cf9e0a Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 5 Jun 2012 15:04:06 -0400 Subject: Provide wirish::priv::series_init() on F1. This lets us remove the weak definition in boards.cpp. Signed-off-by: Marti Bolivar --- wirish/boards.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wirish/boards.cpp') diff --git a/wirish/boards.cpp b/wirish/boards.cpp index 471325f..5771df5 100644 --- a/wirish/boards.cpp +++ b/wirish/boards.cpp @@ -75,13 +75,6 @@ void init(void) { boardInit(); } -/* Provide a default no-op series_init() */ -namespace wirish { - namespace priv { - __weak void series_init(void) {} - } -} - /* Provide a default no-op boardInit(). */ __weak void boardInit(void) { } -- cgit v1.2.3