QSPI: remove initialize method

Not used anymore, not defined. ctor default initializes the object
pull/6106/head
Martin Kojtal 2017-12-05 14:18:12 +00:00
parent f45009bf94
commit 9bff61b939
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)