File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/sdk/source/libraries Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 40
40
#include "nrf_error.h"
41
41
#include "app_util.h"
42
42
43
+ static void fs_callback (uint8_t op_code ,
44
+ uint32_t result ,
45
+ uint32_t const * p_data ,
46
+ fs_length_t length_words );
43
47
44
48
/** Our fstorage configuration.
45
49
* The other fields will be assigned automatically during compilation. */
Original file line number Diff line number Diff line change @@ -74,23 +74,6 @@ typedef void (*fs_cb_t)(uint8_t op_code,
74
74
fs_length_t length_words );
75
75
76
76
77
- /**@brief Function prototype for a callback handler.
78
- *
79
- * @details This function is expected to be implemented by the module that
80
- * registers for fstorage usage. Its usage is described
81
- * in the function pointer type fs_cb_t.
82
- *
83
- * @param[in] op_code Flash operation code.
84
- * @param[in] result Result of the flash operation.
85
- * @param[in] p_data Pointer to the resulting data (or NULL if not in use).
86
- * @param[in] length_words Length of data in words.
87
- */
88
- static void fs_callback (uint8_t op_code ,
89
- uint32_t result ,
90
- uint32_t const * p_data ,
91
- fs_length_t length_words );
92
-
93
-
94
77
/**@brief Flash storage config variable.
95
78
*
96
79
* @details The fstorage module will update the start_addr and end_address according to
You can’t perform that action at this time.
0 commit comments