From 9fb7eb9f92e14bdd2fe38a989a7022bb770e0340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 25 Apr 2019 10:59:10 +0200 Subject: [PATCH] [ion/device] Remove TODO comment --- ion/src/device/n0200/drivers/board.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ion/src/device/n0200/drivers/board.cpp b/ion/src/device/n0200/drivers/board.cpp index 6d698027c..ce9c30ebf 100644 --- a/ion/src/device/n0200/drivers/board.cpp +++ b/ion/src/device/n0200/drivers/board.cpp @@ -109,8 +109,6 @@ void init(bool initBacklight) { initPeripherals(initBacklight); // Initiate L1 cache after initiating the external flash Cache::enable(); - - // TODO if EPSILON_DEVICE_BENCH, run bench? See n0100 } void initClocks() {