Rename _registry to _protocols

This commit is contained in:
Willy-JL
2023-10-19 03:45:10 +01:00
parent cb2c00a84f
commit b35221f0a3
7 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
#include <furi_hal_bt.h>
#include <gui/elements.h>
#include "protocols/_registry.h"
#include "protocols/_protocols.h"
// Hacked together by @Willy-JL
// Custom adv API by @Willy-JL (idea by @xMasterX)