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

@@ -1,6 +1,6 @@
#include "../ble_spam.h"
#include "protocols/_registry.h"
#include "protocols/_protocols.h"
static void random_mac_changed(VariableItem* item) {
Ctx* ctx = variable_item_get_context(item);