We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4ebb commit 42655fcCopy full SHA for 42655fc
stack/modules/d7ap/phy.c
@@ -481,7 +481,7 @@ error_t phy_init(void) {
481
482
fact_settings_file_change_callback();
483
484
- d7ap_fs_register_file_modified_callback(D7A_FILE_FACTORY_SETTINGS_FILE_ID, &fact_settings_file_change_callback);
+ fs_register_file_modified_callback(D7A_FILE_FACTORY_SETTINGS_FILE_ID, &fact_settings_file_change_callback);
485
486
configure_syncword(PHY_SYNCWORD_CLASS0, &default_channel_id);
487
configure_channel(&default_channel_id);
0 commit comments