Skip to content
Snippets Groups Projects
Commit 63a65a95 authored by Dean Camera's avatar Dean Camera
Browse files

Minor documentation fixes - change \note entries to \warning where appropriate...

Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
parent e406140f
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
* Several user application functions for FLASH and other special memory area manipulations are exposed by the bootloader, * Several user application functions for FLASH and other special memory area manipulations are exposed by the bootloader,
* allowing the user application to call into the bootloader at runtime to read and write FLASH data. * allowing the user application to call into the bootloader at runtime to read and write FLASH data.
* *
* \note The APIs exposed by the DFU class bootloader are \b NOT compatible with the API exposed by the official Atmel DFU bootloader. * \warning The APIs exposed by the DFU class bootloader are \b NOT compatible with the API exposed by the official Atmel DFU bootloader.
* *
* By default, the bootloader API jump table is located 32 bytes from the end of the device's FLASH memory, and follows the * By default, the bootloader API jump table is located 32 bytes from the end of the device's FLASH memory, and follows the
* following layout: * following layout:
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
/** Structure for the association of attribute ID values to an attribute value in FLASH. A table of these /** Structure for the association of attribute ID values to an attribute value in FLASH. A table of these
* structures can then be built up for each supported UUID service within the device. * structures can then be built up for each supported UUID service within the device.
* *
* \note This table must be terminated with a \ref SERVICE_ATTRIBUTE_TABLE_TERMINATOR element. * \attention This table must be terminated with a \ref SERVICE_ATTRIBUTE_TABLE_TERMINATOR element.
*/ */
typedef struct typedef struct
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment