Skip to content

Commit 42655fc

Browse files
committed
changed register callback function
1 parent 4fd4ebb commit 42655fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/modules/d7ap/phy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ error_t phy_init(void) {
481481

482482
fact_settings_file_change_callback();
483483

484-
d7ap_fs_register_file_modified_callback(D7A_FILE_FACTORY_SETTINGS_FILE_ID, &fact_settings_file_change_callback);
484+
fs_register_file_modified_callback(D7A_FILE_FACTORY_SETTINGS_FILE_ID, &fact_settings_file_change_callback);
485485

486486
configure_syncword(PHY_SYNCWORD_CLASS0, &default_channel_id);
487487
configure_channel(&default_channel_id);

0 commit comments

Comments
 (0)