diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-05 08:24:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-05 08:24:06 +0000 |
commit | b7da40b69cb5955e7a305864d9173b530b85c8c7 (patch) | |
tree | 437d642d9165c41b0dd81993d7dfd42b2200e3e7 | |
parent | b31b8d631a00c52b0337b32e431ca2d5c1ee2b47 (diff) | |
download | ChibiOS-b7da40b69cb5955e7a305864d9173b530b85c8c7.tar.gz ChibiOS-b7da40b69cb5955e7a305864d9173b530b85c8c7.tar.bz2 ChibiOS-b7da40b69cb5955e7a305864d9173b530b85c8c7.zip |
Fixed a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11436 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/lib/peripherals/flash/hal_jesd216_flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/lib/peripherals/flash/hal_jesd216_flash.h b/os/hal/lib/peripherals/flash/hal_jesd216_flash.h index 4dae29ce8..2fc6287c9 100644 --- a/os/hal/lib/peripherals/flash/hal_jesd216_flash.h +++ b/os/hal/lib/peripherals/flash/hal_jesd216_flash.h @@ -137,7 +137,6 @@ /**
* @brief @p JESD215Flash specific methods.
- * @note No methods so far, just a common ancestor interface.
*/
#define _jesd216_flash_methods_alone \
/* Read SFDP.*/ \
|