[ion] ExternalFlash: fix comment

This commit is contained in:
Émilie Feral
2019-04-04 10:11:02 +02:00
parent b1c3c2813e
commit f5ce18fe26

View File

@@ -21,16 +21,6 @@ namespace Ion {
namespace Device { namespace Device {
namespace ExternalFlash { namespace ExternalFlash {
/* Pin | Role | Mode | Function
* -----+----------------------+-----------------------+-----------------
* PB2 | QUADSPI CLK | Alternate Function 9 | QUADSPI_CLK
* PB6 | QUADSPI BK1_NCS | Alternate Function 10 | QUADSPI_BK1_NCS
* PC8 | QUADSPI BK1_IO2/WP | Alternate Function 9 | QUADSPI_BK1_IO2
* PC9 | QUADSPI BK1_IO0/SO | Alternate Function 9 | QUADSPI_BK1_IO0
* PD12 | QUADSPI BK1_IO1/SI | Alternate Function 9 | QUADSPI_BK1_IO1
* PD13 | QUADSPI BK1_IO3/HOLD | Alternate Function 9 | QUADSPI_BK1_IO3
*/
void init(); void init();
void shutdown(); void shutdown();
void deinit(); void deinit();