Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of d7a_1x by
Diff: include/d7a.h
- Revision:
- 48:950406be9810
- Parent:
- 46:665391110051
- Child:
- 49:81d5bddb02f0
diff -r 19f22e1a448a -r 950406be9810 include/d7a.h --- a/include/d7a.h Fri Sep 02 09:07:03 2016 +0000 +++ b/include/d7a.h Fri Sep 02 10:07:12 2016 +0000 @@ -355,7 +355,7 @@ //====================================================================== // d7a_declare //---------------------------------------------------------------------- -/// @brief Declare a file stocked on the host to the modem (need to have implemented the fs_callbacks) +/// @brief Declare a file stored on the host to the modem (need to have implemented the fs_callbacks) /// @param uint8_t File ID of file to declare /// @param d7a_fs_storage_t Type of file /// @param uint8_t Access permissions @@ -396,7 +396,7 @@ d7a_errors_t d7a_write(const uint8_t file_id, const uint32_t offset, const uint32_t size, const uint8_t* const buf, d7a_addressee_t* addressee = NULL, alp_rpol_t retry = ALP_RPOL_ONESHOT, bool resp = true); //====================================================================== -// d7a_write +// d7a_notify //---------------------------------------------------------------------- /// @brief Write data to a file /// @param uint8_t File ID of file to write