QSPI: remove initialize method

Not used anymore, not defined. ctor default initializes the object
pull/7783/head
Martin Kojtal 2017-12-05 14:18:12 +00:00 committed by Maciej Bocianski
parent 6274cd4597
commit 0612ab2292
1 changed files with 0 additions and 7 deletions

View File

@ -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)