From 0612ab2292fccff0c3b7edecfc6bf8db328f33ef Mon Sep 17 00:00:00 2001 From: Martin Kojtal <0xc0170@gmail.com> Date: Tue, 5 Dec 2017 14:18:12 +0000 Subject: [PATCH] QSPI: remove initialize method Not used anymore, not defined. ctor default initializes the object --- drivers/QSPI.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/QSPI.h b/drivers/QSPI.h index 5962f2ed1e..182ec45f0e 100644 --- a/drivers/QSPI.h +++ b/drivers/QSPI.h @@ -100,13 +100,6 @@ public: int dummy_cycles, int mode); - /** Initialize QSPI interface - * - * This function must be called before doing any operation on the QSPI bus to initialize the interface - */ - qspi_status_t initialize(); - - /** Set the qspi bus clock frequency * * @param hz SCLK frequency in hz (default = 1MHz)