rename errors.c/h to tusb_errors.c/h
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
#include "compiler/compiler.h"
|
||||
#include "assertion.h"
|
||||
#include "binary.h"
|
||||
#include "errors.h"
|
||||
#include "tusb_errors.h"
|
||||
|
||||
//------------- TUSB Header -------------//
|
||||
#include "tusb_types.h"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#include "errors.h"
|
||||
#include "tusb_errors.h"
|
||||
|
||||
#if TUSB_CFG_DEBUG == 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**************************************************************************/
|
||||
/*!
|
||||
@file errors.h
|
||||
@file tusb_errors.h
|
||||
@author hathach (tinyusb.org)
|
||||
|
||||
@section LICENSE
|
||||
Reference in New Issue
Block a user