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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <furi/thread.h>
#include <furi/valuemutex.h>
#include <furi/log.h>
#include <furi/utils.h>
#include <furi/common_defines.h>
#include <api-hal-gpio.h>
#include <api-hal/api-interrupt-mgr.h>