Fix common name conflict in furi core package. (#469)

This commit is contained in:
あく
2021-05-18 16:41:53 +03:00
committed by GitHub
parent 2c77318487
commit 9adabd7a94
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#pragma once
#define COUNT_OF(x) (sizeof(x) / sizeof(x[0]))