diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-05 15:04:06 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 03:38:29 -0400 |
| commit | dbe91ade96a3f550462947314da79a08a6cf9e0a (patch) | |
| tree | 6ba7d7de1f4abe6a8c56ab134b58d2ab7d9edbb7 /wirish/boards.cpp | |
| parent | 4d6905d298ed7e45ce67a387c05ad7e38f2e10ae (diff) | |
Provide wirish::priv::series_init() on F1.
This lets us remove the weak definition in boards.cpp.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish/boards.cpp')
| -rw-r--r-- | wirish/boards.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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) { } |
