xua_dfu header guard name only

This commit is contained in:
xross
2017-11-03 14:19:11 +00:00
parent 516b4f5171
commit 4ca6f84995
2 changed files with 3 additions and 2 deletions

View File

@@ -573,6 +573,7 @@ int main()
#endif
USER_MAIN_DECLARATIONS
par
{
USER_MAIN_CORES

View File

@@ -1,6 +1,6 @@
#ifndef _DFU_H_
#define _DFU_H_ 1
#ifndef _XUA_DFU_H_
#define _XUA_DFU_H_ 1
#include <xccompat.h>
#include "xud_device.h"