diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-05 14:38:39 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-07 03:38:28 -0400 |
commit | e6ba29161ee79ad8500b4d74ff11d123b9f6a17f (patch) | |
tree | 06d274780d0e29fa477fa4f3b66e2408797af6ea | |
parent | 23d81a1044ac3c3694d58d7659be8476ebe9ee15 (diff) | |
download | librambutan-e6ba29161ee79ad8500b4d74ff11d123b9f6a17f.tar.gz librambutan-e6ba29161ee79ad8500b4d74ff11d123b9f6a17f.zip |
Remove a completed FIXME comment.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | wirish/stm32f1/boards_setup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wirish/stm32f1/boards_setup.cpp b/wirish/stm32f1/boards_setup.cpp index 1dec579..da45730 100644 --- a/wirish/stm32f1/boards_setup.cpp +++ b/wirish/stm32f1/boards_setup.cpp @@ -51,9 +51,6 @@ #define BOARD_RCC_PLLMUL RCC_PLLMUL_9 #endif -/* FIXME: Reintroduce all "#if 0"'ed blocks once libmaple provides - * these definitions again. */ - namespace wirish { namespace priv { |